UNPKG

@elgervb/mock-data

Version:

Mock data made easy, while maintaining type safety

5 lines (4 loc) 103 B
/** * Generate a random hex color, like #f4f4f4 */ export declare function randomHexColor(): string;