@@ -148,11 +148,19 @@ export function getLocaleConfig(lang: string) {
148
148
{
149
149
text : t ( 'Predicates' ) ,
150
150
items : [
151
+ { text : 'isBoolean' , link : '/reference/predicate/isBoolean' } ,
152
+ { text : 'isDate' , link : '/reference/predicate/isDate' } ,
151
153
{ text : 'isEqual' , link : '/reference/predicate/isEqual' } ,
154
+ { text : 'isFunction' , link : '/reference/predicate/isFunction' } ,
152
155
{ text : 'isNil' , link : '/reference/predicate/isNil' } ,
153
156
{ text : 'isNotNil' , link : '/reference/predicate/isNotNil' } ,
154
157
{ text : 'isNull' , link : '/reference/predicate/isNull' } ,
158
+ { text : 'isNumber' , link : '/reference/predicate/isNumber' } ,
159
+ { text : 'isObject' , link : '/reference/predicate/isObject' } ,
160
+ { text : 'isRegExp' , link : '/reference/predicate/isRegExp' } ,
161
+ { text : 'isString' , link : '/reference/predicate/isString' } ,
155
162
{ text : 'isUndefined' , link : '/reference/predicate/isUndefined' } ,
163
+ { text : 'isWindow' , link : '/reference/predicate/isWindow' } ,
156
164
] ,
157
165
} ,
158
166
{
0 commit comments