UNPKG

create-lbgcli1

Version:

前端脚手架模板

6 lines (5 loc) 255 B
declare function isRegex(o: any): boolean; declare function isFunction(functionToCheck: any): any; declare function isPlainObject(a: any): boolean; declare function isUndefined(a: any): boolean; export { isRegex, isFunction, isPlainObject, isUndefined };