File tree Expand file tree Collapse file tree 1 file changed +101
-64
lines changed
lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-typedef-typos/lib Expand file tree Collapse file tree 1 file changed +101
-64
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"types" : [
3
- " boolean" ,
4
- " number" ,
5
- " string" ,
6
- " Boolean" ,
7
- " Number" ,
8
- " String" ,
9
3
" Array" ,
10
- " ndarray" ,
11
- " Error" ,
12
- " EvalError" ,
13
- " RangeError" ,
14
- " ReferenceError" ,
15
- " SyntaxError" ,
16
- " TypeError" ,
17
- " Function" ,
18
- " Object" ,
19
- " PlainObject" ,
20
- " ObjectLike" ,
21
- " Options" ,
4
+ " ArrayArray" ,
22
5
" ArrayLike" ,
23
6
" ArrayLikeObject" ,
24
- " Namespace" ,
7
+ " boolean" ,
8
+ " Boolean" ,
9
+ " BooleanArray" ,
25
10
" Buffer" ,
11
+ " Callback" ,
26
12
" Collection" ,
13
+ " Complex" ,
14
+ " Complex64" ,
15
+ " Complex64Array" ,
16
+ " Complex64ArrayFE" ,
17
+ " Complex64ArrayBE" ,
18
+ " Complex64ArrayLE" ,
19
+ " Complex128" ,
20
+ " Complex128Array" ,
21
+ " Complex128ArrayFE" ,
22
+ " Complex128ArrayBE" ,
23
+ " Complex128ArrayLE" ,
24
+ " ComplexLike" ,
27
25
" Date" ,
28
- " RegExp" ,
29
- " void" ,
26
+ " EmptyArray" ,
27
+ " Error" ,
28
+ " EvalError" ,
29
+ " FiniteNumber" ,
30
+ " Float32Array" ,
31
+ " Float32ArrayFE" ,
32
+ " Float32ArrayBE" ,
33
+ " Float32ArrayLE" ,
34
+ " Float64Array" ,
35
+ " Float64ArrayFE" ,
36
+ " Float64ArrayBE" ,
37
+ " Float64ArrayLE" ,
38
+ " Function" ,
39
+ " FunctionArray" ,
40
+ " Gumbel" ,
30
41
" Int8Array" ,
42
+ " Int8ArrayFE" ,
43
+ " Int8ArrayBE" ,
44
+ " Int8ArrayLE" ,
31
45
" Int16Array" ,
46
+ " Int16ArrayFE" ,
47
+ " Int16ArrayBE" ,
48
+ " Int16ArrayLE" ,
32
49
" Int32Array" ,
33
- " Uint8Array" ,
34
- " Uint8ClampedArray" ,
35
- " Uint16Array" ,
36
- " Uint32Array" ,
37
- " Float32Array" ,
38
- " Float64Array" ,
39
- " TypedArray" ,
50
+ " Int32ArrayFE" ,
51
+ " Int32ArrayBE" ,
52
+ " Int32ArrayLE" ,
53
+ " integer" ,
54
+ " integer8" ,
55
+ " integer16" ,
56
+ " integer32" ,
57
+ " IntegerArray" ,
40
58
" IntegerTypedArray" ,
41
- " NumericArray" ,
42
- " NumberArray" ,
43
- " PositiveNumericArray" ,
59
+ " Namespace" ,
60
+ " ndarray" ,
61
+ " ndarrayLike" ,
62
+ " NegativeInteger" ,
63
+ " NegativeIntegerArray" ,
64
+ " NegativeNumber" ,
44
65
" NegativeNumericArray" ,
45
- " NonPositiveNumericArray" ,
66
+ " NonNegativeInteger" ,
67
+ " NonNegativeIntegerArray" ,
68
+ " NonNegativeNumber" ,
46
69
" NonNegativeNumericArray" ,
47
- " IntegerArray" ,
48
- " PositiveIntegerArray" ,
49
- " NegativeIntegerArray" ,
70
+ " NonPositiveInteger" ,
50
71
" NonPositiveIntegerArray" ,
51
- " NonNegativeIntegerArray" ,
52
- " StringArray" ,
53
- " BooleanArray" ,
72
+ " NonPositiveNumber" ,
73
+ " NonPositiveNumericArray" ,
74
+ " number" ,
75
+ " Number" ,
76
+ " NumberArray" ,
77
+ " NumericArray" ,
78
+ " Object" ,
54
79
" ObjectArray" ,
55
- " FunctionArray" ,
56
- " ArrayArray" ,
57
- " EmptyArray" ,
80
+ " ObjectLike" ,
81
+ " Options" ,
82
+ " Path" ,
83
+ " PlainObject" ,
84
+ " PositiveInteger" ,
85
+ " PositiveIntegerArray" ,
86
+ " PositiveNumber" ,
87
+ " PositiveNumericArray" ,
88
+ " primitive" ,
89
+ " Probability" ,
58
90
" ProbabilityArray" ,
91
+ " RangeError" ,
92
+ " ReferenceError" ,
93
+ " RegExp" ,
59
94
" Stream" ,
60
- " Callback" ,
61
- " primitive" ,
62
- " integer" ,
95
+ " string" ,
96
+ " String" ,
97
+ " StringArray" ,
98
+ " SyntaxError" ,
99
+ " TypedArray" ,
100
+ " TypeError" ,
101
+ " Uint8Array" ,
102
+ " Uint8ArrayFE" ,
103
+ " Uint8ArrayBE" ,
104
+ " Uint8ArrayLE" ,
105
+ " Uint8ClampedArray" ,
106
+ " Uint8ClampedArrayFE" ,
107
+ " Uint8ClampedArrayBE" ,
108
+ " Uint8ClampedArrayLE" ,
109
+ " Uint16Array" ,
110
+ " Uint16ArrayFE" ,
111
+ " Uint16ArrayBE" ,
112
+ " Uint16ArrayLE" ,
113
+ " Uint32Array" ,
114
+ " Uint32ArrayFE" ,
115
+ " Uint32ArrayBE" ,
116
+ " Uint32ArrayLE" ,
63
117
" uinteger" ,
64
- " integer32" ,
65
- " uinteger32" ,
66
- " integer16" ,
67
- " uinteger16" ,
68
- " integer8" ,
69
118
" uinteger8" ,
70
- " NonNegativeInteger" ,
71
- " PositiveInteger" ,
72
- " NonPositiveInteger" ,
73
- " NegativeInteger" ,
74
- " NonNegativeNumber" ,
75
- " PositiveNumber" ,
76
- " NonPositiveNumber" ,
77
- " NegativeNumber" ,
78
- " FiniteNumber" ,
79
- " Probability" ,
80
- " Complex64" ,
81
- " Complex128" ,
82
- " Complex" ,
83
- " Gumbel" ,
84
- " Path"
119
+ " uinteger16" ,
120
+ " uinteger32" ,
121
+ " void"
85
122
]
86
123
}
You can’t perform that action at this time.
0 commit comments