UNPKG

typeorm-faker-js

Version:

Generate mocks, stubs using fakers with your Entity Settings

7 lines (6 loc) 247 B
import Stubber from './stubs'; export * from './patcher'; export * from './stubs'; export { TypeORMRawColumns } from './types/typeorm-raw-type.type'; export { CamelCaseToSnakeCase } from './types/camel-case-to-snake.type'; export default Stubber;