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

3 lines (2 loc) 398 B
export { DataBuilder, dossierProxy } from './data-builder'; export { randomDate, randomDateBetween, randomNumberBetween, randomFloatBetween, randomNumber, incrementedNumber, randomId, randomString, randomElement, randomBoolean, randomEmail, randomPersonName, randomPhoneNumber, randomUrl, randomThingName, resetIncrementedNumbers, randomDateRangeMax, randomDateRangeMin, } from './data-utilities';