UNPKG

fake-content

Version:

its a small package which will give you fake data

7 lines (5 loc) 132 B
declare const ecomerce: { productNames: (name?: string) => string[]; fruitesNames: () => string[]; }; export { ecomerce };