@@ -148,11 +148,19 @@ export function getLocaleConfig(lang: string) {
148148 {
149149 text : t ( 'Predicates' ) ,
150150 items : [
151+ { text : 'isBoolean' , link : '/reference/predicate/isBoolean' } ,
152+ { text : 'isDate' , link : '/reference/predicate/isDate' } ,
151153 { text : 'isEqual' , link : '/reference/predicate/isEqual' } ,
154+ { text : 'isFunction' , link : '/reference/predicate/isFunction' } ,
152155 { text : 'isNil' , link : '/reference/predicate/isNil' } ,
153156 { text : 'isNotNil' , link : '/reference/predicate/isNotNil' } ,
154157 { 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' } ,
155162 { text : 'isUndefined' , link : '/reference/predicate/isUndefined' } ,
163+ { text : 'isWindow' , link : '/reference/predicate/isWindow' } ,
156164 ] ,
157165 } ,
158166 {
0 commit comments