UNPKG

fictional

Version:

Generate fake data deterministically from a given input

20 lines (17 loc) 812 B
export { default as hash } from './hash.js' export { default as someOf } from './someOf.js' export { default as tuple } from './tuple.js' export { default as shape } from './shape.js' export { default as times } from './times.js' export { default as join } from './join.js' export { default as oneOf } from './oneOf.js' export { default as oneOfWeighted } from './oneOfWeighted.js' export { default as int } from './int.js' export { default as float } from './float.js' export { default as char } from './char.js' export { default as word } from './word.js' export { default as words } from './words.js' export { default as sentence } from './sentence.js' export { default as paragraph } from './paragraph.js' export { default as bool } from './bool.js' export { default as dateString } from './dateString.js'