ut2
Version:
一个现代 JavaScript 实用工具库。[点击查看在线文档]。
9 lines (8 loc) • 386 B
TypeScript
type CheckTypeMethod = undefined | ((value: any) => boolean);
export declare const nodeIsArrayBuffer: CheckTypeMethod;
export declare const nodeIsDate: CheckTypeMethod;
export declare const nodeIsMap: CheckTypeMethod;
export declare const nodeIsRegExp: CheckTypeMethod;
export declare const nodeIsSet: CheckTypeMethod;
export declare const nodeIsTypedArray: CheckTypeMethod;
export {};