UNPKG

@makerx/ts-dossier

Version:

A support library to facilitate the easy creation of builders for use with an Object-Mother test pattern in TypeScript

4 lines (3 loc) 440 B
export { DataBuilder, dossierProxy } from './data-builder.mjs'; export { incrementedNumber, randomBoolean, randomDate, randomDateBetween, randomDateRangeMax, randomDateRangeMin, randomElement, randomEmail, randomFloatBetween, randomId, randomNumber, randomNumberBetween, randomPersonName, randomPhoneNumber, randomString, randomThingName, randomUrl, resetIncrementedNumbers } from './data-utilities.mjs'; //# sourceMappingURL=index.mjs.map