SYMBOL INDEX (202 symbols across 63 files) FILE: build/index.js function build (line 19) | async function build(option) { function listLocaleJson (line 24) | async function listLocaleJson(localeArr) { FILE: src/constant.js constant SECONDS_A_MINUTE (line 1) | const SECONDS_A_MINUTE = 60 constant SECONDS_A_HOUR (line 2) | const SECONDS_A_HOUR = SECONDS_A_MINUTE * 60 constant SECONDS_A_DAY (line 3) | const SECONDS_A_DAY = SECONDS_A_HOUR * 24 constant SECONDS_A_WEEK (line 4) | const SECONDS_A_WEEK = SECONDS_A_DAY * 7 constant MILLISECONDS_A_SECOND (line 6) | const MILLISECONDS_A_SECOND = 1e3 constant MILLISECONDS_A_MINUTE (line 7) | const MILLISECONDS_A_MINUTE = SECONDS_A_MINUTE * MILLISECONDS_A_SECOND constant MILLISECONDS_A_HOUR (line 8) | const MILLISECONDS_A_HOUR = SECONDS_A_HOUR * MILLISECONDS_A_SECOND constant MILLISECONDS_A_DAY (line 9) | const MILLISECONDS_A_DAY = SECONDS_A_DAY * MILLISECONDS_A_SECOND constant MILLISECONDS_A_WEEK (line 10) | const MILLISECONDS_A_WEEK = SECONDS_A_WEEK * MILLISECONDS_A_SECOND constant MIN (line 15) | const MIN = 'minute' constant DATE (line 22) | const DATE = 'date' constant FORMAT_DEFAULT (line 24) | const FORMAT_DEFAULT = 'YYYY-MM-DDTHH:mm:ssZ' constant INVALID_DATE_STRING (line 26) | const INVALID_DATE_STRING = 'Invalid Date' constant REGEX_PARSE (line 29) | const REGEX_PARSE = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2... constant REGEX_FORMAT (line 30) | const REGEX_FORMAT = /\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{... FILE: src/index.js constant IS_DAYJS (line 9) | const IS_DAYJS = '$isDayjsObject' class Dayjs (line 85) | class Dayjs { method constructor (line 86) | constructor(cfg) { method parse (line 93) | parse(cfg) { method init (line 98) | init() { method $utils (line 111) | $utils() { method isValid (line 115) | isValid() { method isSame (line 119) | isSame(that, units) { method isAfter (line 124) | isAfter(that, units) { method isBefore (line 128) | isBefore(that, units) { method $g (line 132) | $g(input, get, set) { method unix (line 137) | unix() { method valueOf (line 141) | valueOf() { method startOf (line 146) | startOf(units, startOf) { // startOf -> endOf method endOf (line 190) | endOf(arg) { method $set (line 194) | $set(units, int) { // private set method set (line 221) | set(string, int) { method get (line 225) | get(unit) { method add (line 229) | add(number, units) { method subtract (line 258) | subtract(number, string) { method format (line 262) | format(formatStr) { method utcOffset (line 344) | utcOffset() { method diff (line 350) | diff(input, units, float) { method daysInMonth (line 391) | daysInMonth() { method $locale (line 395) | $locale() { // get locale object method locale (line 399) | locale(preset, object) { method clone (line 407) | clone() { method toDate (line 411) | toDate() { method toJSON (line 415) | toJSON() { method toISOString (line 419) | toISOString() { method toString (line 426) | toString() { FILE: src/locale/ar.js method preparse (line 62) | preparse(string) { method postformat (line 70) | postformat(string) { FILE: src/locale/be.js constant MONTHS_IN_FORMAT (line 10) | const MONTHS_IN_FORMAT = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/ function plural (line 12) | function plural(word, num) { function relativeTimeWithPlural (line 16) | function relativeTimeWithPlural(number, withoutSuffix, key) { FILE: src/locale/bn-bd.js method preparse (line 38) | preparse(string) { method postformat (line 41) | postformat(string) { FILE: src/locale/bn.js method preparse (line 37) | preparse(string) { method postformat (line 40) | postformat(string) { FILE: src/locale/br.js function lastNumber (line 4) | function lastNumber(number) { function softMutation (line 10) | function softMutation(text) { function mutation (line 18) | function mutation(text, number) { function relativeTimeWithMutation (line 24) | function relativeTimeWithMutation(number, withoutSuffix, key) { function specialMutationForYears (line 32) | function specialMutationForYears(number) { FILE: src/locale/cs.js function plural (line 4) | function plural(n) { function translate (line 8) | function translate(number, withoutSuffix, key, isFuture) { FILE: src/locale/de-at.js function relativeTimeFormatter (line 18) | function relativeTimeFormatter(number, withoutSuffix, key) { FILE: src/locale/de-ch.js function relativeTimeFormatter (line 18) | function relativeTimeFormatter(number, withoutSuffix, key) { FILE: src/locale/de.js function relativeTimeFormatter (line 18) | function relativeTimeFormatter(number, withoutSuffix, key) { FILE: src/locale/et.js function relativeTimeWithTense (line 4) | function relativeTimeWithTense(number, withoutSuffix, key, isFuture) { FILE: src/locale/fi.js function relativeTimeFormatter (line 4) | function relativeTimeFormatter(number, withoutSuffix, key, isFuture) { FILE: src/locale/he.js function relativeTimeFormatter (line 23) | function relativeTimeFormatter(number, withoutSuffix, key) { FILE: src/locale/hr.js constant MONTHS_IN_FORMAT (line 6) | const MONTHS_IN_FORMAT = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/ FILE: src/locale/is.js function resolveTemplate (line 18) | function resolveTemplate(key, number, isFuture, withoutSuffix) { function relativeTimeFormatter (line 37) | function relativeTimeFormatter(number, withoutSuffix, key, isFuture) { FILE: src/locale/ku.js method preparse (line 53) | preparse(string) { method postformat (line 58) | postformat(string) { FILE: src/locale/lt.js constant MONTHS_IN_FORMAT (line 7) | const MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*... FILE: src/locale/pl.js function plural (line 4) | function plural(n) { function translate (line 8) | function translate(number, withoutSuffix, key) { constant MONTHS_IN_FORMAT (line 29) | const MONTHS_IN_FORMAT = /D MMMM/ FILE: src/locale/ru.js constant MONTHS_IN_FORMAT (line 10) | const MONTHS_IN_FORMAT = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/ function plural (line 12) | function plural(word, num) { function relativeTimeWithPlural (line 16) | function relativeTimeWithPlural(number, withoutSuffix, key) { FILE: src/locale/sk.js function plural (line 4) | function plural(n) { function translate (line 9) | function translate(number, withoutSuffix, key, isFuture) { FILE: src/locale/sl.js function dual (line 4) | function dual(n) { function threeFour (line 8) | function threeFour(n) { function translate (line 13) | function translate(number, withoutSuffix, key, isFuture) { FILE: src/locale/sr-cyrl.js method correctGrammarCase (line 17) | correctGrammarCase(number, wordKey) { method relativeTimeFormatter (line 23) | relativeTimeFormatter(number, withoutSuffix, key, isFuture) { FILE: src/locale/sr.js method correctGrammarCase (line 17) | correctGrammarCase(number, wordKey) { method relativeTimeFormatter (line 23) | relativeTimeFormatter(number, withoutSuffix, key, isFuture) { FILE: src/locale/uk.js constant MONTHS_IN_FORMAT (line 7) | const MONTHS_IN_FORMAT = /D[oD]?(\[[^[\]]*\]|\s)+MMMM?/ function plural (line 9) | function plural(word, num) { function relativeTimeWithPlural (line 13) | function relativeTimeWithPlural(number, withoutSuffix, key) { FILE: src/plugin/customParseFormat/index.js function offsetFromString (line 21) | function offsetFromString(string) { function correctHours (line 131) | function correctHours(time) { function makeParser (line 146) | function makeParser(format) { FILE: src/plugin/duration/index.js constant MILLISECONDS_A_YEAR (line 9) | const MILLISECONDS_A_YEAR = MILLISECONDS_A_DAY * 365 constant MILLISECONDS_A_MONTH (line 10) | const MILLISECONDS_A_MONTH = MILLISECONDS_A_YEAR / 12 constant DURATION_REGEX_PARSE (line 12) | const DURATION_REGEX_PARSE = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-... constant DURATION_REGEX_FORMAT (line 13) | const DURATION_REGEX_FORMAT = /\[([^\]]+)]|YYYY|YY|Y|M{1,2}|D{1,2}|H{1,2... class Duration (line 60) | class Duration { method constructor (line 61) | constructor(input, unit, locale) { method calMilliseconds (line 104) | calMilliseconds() { method parseFromMilliseconds (line 110) | parseFromMilliseconds() { method toISOString (line 127) | toISOString() { method toJSON (line 163) | toJSON() { method format (line 167) | format(formatStr) { method as (line 188) | as(unit) { method get (line 192) | get(unit) { method add (line 205) | add(input, unit, isSubtract) { method subtract (line 218) | subtract(input, unit) { method locale (line 222) | locale(l) { method clone (line 228) | clone() { method humanize (line 232) | humanize(withSuffix) { method valueOf (line 239) | valueOf() { method milliseconds (line 243) | milliseconds() { return this.get('milliseconds') } method asMilliseconds (line 244) | asMilliseconds() { return this.as('milliseconds') } method seconds (line 245) | seconds() { return this.get('seconds') } method asSeconds (line 246) | asSeconds() { return this.as('seconds') } method minutes (line 247) | minutes() { return this.get('minutes') } method asMinutes (line 248) | asMinutes() { return this.as('minutes') } method hours (line 249) | hours() { return this.get('hours') } method asHours (line 250) | asHours() { return this.as('hours') } method days (line 251) | days() { return this.get('days') } method asDays (line 252) | asDays() { return this.as('days') } method weeks (line 253) | weeks() { return this.get('weeks') } method asWeeks (line 254) | asWeeks() { return this.as('weeks') } method months (line 255) | months() { return this.get('months') } method asMonths (line 256) | asMonths() { return this.as('months') } method years (line 257) | years() { return this.get('years') } method asYears (line 258) | asYears() { return this.as('years') } FILE: src/plugin/relativeTime/index.js function fromTo (line 73) | function fromTo(input, withoutSuffix, instance, isFrom) { FILE: src/plugin/utc/index.js constant REGEX_VALID_OFFSET_FORMAT (line 3) | const REGEX_VALID_OFFSET_FORMAT = /[+-]\d\d(?::?\d\d)?/g constant REGEX_OFFSET_HOURS_MINUTES_FORMAT (line 4) | const REGEX_OFFSET_HOURS_MINUTES_FORMAT = /([+-]|\d\d)/g function offsetFromString (line 6) | function offsetFromString(value = '') { FILE: test/locale.test.js constant NOT_SUPPORTED_LOCALE_STRING (line 15) | const NOT_SUPPORTED_LOCALE_STRING = 'not_supported_locale_string' FILE: test/plugin/preParsePostFormat.test.js method preparse (line 51) | preparse(string) { method postformat (line 61) | postformat(string) { FILE: test/plugin/timezone.test.js constant VAN (line 21) | const VAN = 'America/Vancouver' constant DEN (line 22) | const DEN = 'America/Denver' constant TOKYO (line 23) | const TOKYO = 'Asia/Tokyo' constant PARIS (line 24) | const PARIS = 'Europe/Paris' FILE: types/index.d.ts type ConfigTypeMap (line 12) | interface ConfigTypeMap { type ConfigType (line 16) | type ConfigType = ConfigTypeMap[keyof ConfigTypeMap] type FormatObject (line 18) | interface FormatObject { locale?: string, format?: string, utc?: boolean } type OptionType (line 20) | type OptionType = FormatObject | string | string[] type UnitTypeShort (line 22) | type UnitTypeShort = 'd' | 'D' | 'M' | 'y' | 'h' | 'm' | 's' | 'ms' type UnitTypeLong (line 24) | type UnitTypeLong = 'millisecond' | 'second' | 'minute' | 'hour' | 'day'... type UnitTypeLongPlural (line 26) | type UnitTypeLongPlural = 'milliseconds' | 'seconds' | 'minutes' | 'hour... type UnitType (line 28) | type UnitType = UnitTypeLong | UnitTypeLongPlural | UnitTypeShort; type OpUnitType (line 30) | type OpUnitType = UnitType | "week" | "weeks" | 'w'; type QUnitType (line 31) | type QUnitType = UnitType | "quarter" | "quarters" | 'Q'; type ManipulateType (line 32) | type ManipulateType = Exclude; class Dayjs (line 33) | class Dayjs { type PluginFunc (line 418) | type PluginFunc = (option: T, c: typeof Dayjs, d: typeof da... FILE: types/locale/index.d.ts type Locale (line 5) | interface Locale extends ILocale {} FILE: types/locale/types.d.ts type ILocale (line 1) | interface ILocale { FILE: types/plugin/arraySupport.d.ts type ConfigTypeMap (line 4) | interface ConfigTypeMap { FILE: types/plugin/bigIntSupport.d.ts type ConfigTypeMap (line 4) | interface ConfigTypeMap { FILE: types/plugin/calendar.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/customParseFormat.d.ts type PluginOptions (line 3) | interface PluginOptions { FILE: types/plugin/dayOfYear.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/duration.d.ts type DurationInputType (line 12) | type DurationInputType = string | number | object type DurationAddType (line 16) | type DurationAddType = number | object | Duration type DurationUnitsObjectType (line 18) | type DurationUnitsObjectType = Partial<{ type DurationUnitType (line 21) | type DurationUnitType = Exclude type CreateDurationType (line 22) | type CreateDurationType = type AddDurationType (line 26) | type AddDurationType = CreateDurationType & ((duration: Duration) => Dur... type Duration (line 28) | interface Duration { type Dayjs (line 78) | interface Dayjs { FILE: types/plugin/isBetween.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/isLeapYear.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/isSameOrAfter.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/isSameOrBefore.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/isToday.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/isTomorrow.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/isYesterday.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/isoWeek.d.ts type ISOUnitType (line 6) | type ISOUnitType = OpUnitType | 'isoWeek'; type Dayjs (line 9) | interface Dayjs { FILE: types/plugin/isoWeeksInYear.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/localeData.d.ts type WeekdayNames (line 7) | type WeekdayNames = [string, string, string, string, string, string, str... type MonthNames (line 8) | type MonthNames = [string, string, string, string, string, string, strin... type InstanceLocaleDataReturn (line 10) | interface InstanceLocaleDataReturn { type GlobalLocaleDataReturn (line 22) | interface GlobalLocaleDataReturn { type Dayjs (line 34) | interface Dayjs { FILE: types/plugin/objectSupport.d.ts type Dayjs (line 7) | interface Dayjs { type ConfigTypeMap (line 13) | interface ConfigTypeMap { FILE: types/plugin/pluralGetSet.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/quarterOfYear.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/relativeTime.d.ts type RelativeTimeThreshold (line 3) | interface RelativeTimeThreshold { type RelativeTimeOptions (line 9) | interface RelativeTimeOptions { type Dayjs (line 18) | interface Dayjs { FILE: types/plugin/timezone.d.ts type Dayjs (line 7) | interface Dayjs { type DayjsTimezone (line 12) | interface DayjsTimezone { FILE: types/plugin/toArray.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/toObject.d.ts type DayjsObject (line 6) | interface DayjsObject { type Dayjs (line 17) | interface Dayjs { FILE: types/plugin/utc.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/weekOfYear.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/weekYear.d.ts type Dayjs (line 7) | interface Dayjs { FILE: types/plugin/weekday.d.ts type Dayjs (line 7) | interface Dayjs {