UNPKG

@entity-factory/core

Version:

Create entities on the fly for mocking and testing

3 lines (2 loc) 123 B
export declare const getName: (entity: any) => string; export declare const isFunction: (functionToCheck: any) => boolean;