UNPKG

@websolute/faker.ts

Version:

Easy to Use, Powered by Decorators, Faker.js TypeScript Wrapper

5 lines (4 loc) 150 B
import { ClassLiteral, Class } from './fixture-options.type'; export interface IClassProcessor<T> { process(target: Class<T>): ClassLiteral<T>; }