UNPKG

randulate

Version:

Randulate is an npm package that simplifies the process of generating fake data for development, testing, and various other use cases. It allows you to create randomized data based on provided specifications and data types.

18 lines (16 loc) 390 B
const maritalStatus = Object.freeze([ 'Single', 'Married', 'Divorced', 'Widowed', 'Separated', 'Living together / Cohabiting', 'Civil partnership', 'Domestic partnership', 'Registered partnership', 'Single, never married', 'Married but legally separated', 'Annulled marriage', 'Other (for unspecified or less common statuses)' ]); module.exports = maritalStatus;