initial commit
This commit is contained in:
6
node_modules/atomically/dist/utils/lang.d.ts
generated
vendored
Normal file
6
node_modules/atomically/dist/utils/lang.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference types="node" />
|
||||
declare const isException: (value: unknown) => value is NodeJS.ErrnoException;
|
||||
declare const isFunction: (value: unknown) => value is Function;
|
||||
declare const isString: (value: unknown) => value is string;
|
||||
declare const isUndefined: (value: unknown) => value is undefined;
|
||||
export { isException, isFunction, isString, isUndefined };
|
||||
Reference in New Issue
Block a user