ui
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
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 };
|
||||
Reference in New Issue
Block a user