UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

36 lines (30 loc) 907 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var index = require('./_lib/formatDistance/index.js'); var index$1 = require('./_lib/formatLong/index.js'); var index$2 = require('./_lib/formatRelative/index.js'); var index$3 = require('./_lib/localize/index.js'); var index$4 = require('./_lib/match/index.js'); /** * @type {Locale} * @category Locales * @summary English locale (United States). * @language English * @iso-639-2 eng * @author Sasha Koss [@kossnocorp]{@link https://github.com/kossnocorp} * @author Lesha Koss [@leshakoss]{@link https://github.com/leshakoss} */ var locale = { formatDistance: index.default, formatLong: index$1.default, formatRelative: index$2.default, localize: index$3.default, match: index$4.default, options: { weekStartsOn: 0 /* Sunday */ , firstWeekContainsDate: 1 } }; exports.default = locale;