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.

49 lines (47 loc) 617 B
const commonStreetName = Object.freeze([ '1ST', '2ND', '3RD', '4TH', '5Th', '6TH', '7TH', '8TH', '9TH', '10TH', 'Broadway', 'Cactus Rd', 'Cedar', 'Central', 'Chestnut', 'Church Lane', 'Church', 'Dogwood', 'Elm St', 'Hickory', 'Highland', 'Jackson', 'La Cienega Boulevard', 'Lake', 'Lee', 'Lehua', 'Lincoln', 'Magnolia', 'Main St', 'Maple Rd', 'Oak Ave', 'Oak', 'Park', 'Pine', 'RR 1', 'Rexel', 'River', 'Station Road', 'Sunset', 'Wall Street', 'Walnut', 'Washington', 'Westland', 'Willow' ]); module.exports = commonStreetName;