dd
This commit is contained in:
6
extensions/Excel转JSON/node_modules/atomically/dist/utils/lang.d.ts
generated
vendored
Normal file
6
extensions/Excel转JSON/node_modules/atomically/dist/utils/lang.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare const Lang: {
|
||||
isFunction: (x: any) => x is Function;
|
||||
isString: (x: any) => x is string;
|
||||
isUndefined: (x: any) => x is undefined;
|
||||
};
|
||||
export default Lang;
|
||||
Reference in New Issue
Block a user