UNPKG

efate

Version:

javascript test fixture generator. Autofixturejs 2.0

4 lines (3 loc) 196 B
export declare const isObject: (value: any) => value is object; export declare const isFunction: (value: any) => value is Function; export declare const isString: (value: any) => value is string;