UNPKG

@elgervb/mock-data

Version:

Mock data made easy, while maintaining type safety

6 lines (5 loc) 185 B
import { Blueprint } from '../blueprint/blueprint'; /** * Generate a n length of Blueprints */ export declare function generateArray<T>(blueprint: Blueprint<T>, length: number): T[];