@datr.tech/marble-api-model-validator-unit-test-generator
Version:
A Marble unit test generator for Mongoose based model validators (within the associated API packages)
15 lines (14 loc) • 387 B
TypeScript
export declare const dir: {
getChildFileCodePaths: ({ dirPath }: {
dirPath: any;
}) => Promise<string[]>;
getChildFilePaths: ({ dirPath }: {
dirPath: any;
}) => Promise<string[]>;
getChildNames: ({ dirPath }: {
dirPath: any;
}) => Promise<string[]>;
getChildPaths: ({ dirPath }: {
dirPath: any;
}) => Promise<string[]>;
};