aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/date-fns/locale/index.js.flow
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-29 11:49:28 -0700
commitd55b767039605256c736166a942a9138e3eacfd7 (patch)
tree947063b634c50d438a794325f13275e134aa5993 /node_modules/date-fns/locale/index.js.flow
parent864ce67d89c77d8ef9c3361f80d619853abcf91c (diff)
remove dev node_modules (oops)
Diffstat (limited to 'node_modules/date-fns/locale/index.js.flow')
-rw-r--r--node_modules/date-fns/locale/index.js.flow129
1 files changed, 0 insertions, 129 deletions
diff --git a/node_modules/date-fns/locale/index.js.flow b/node_modules/date-fns/locale/index.js.flow
deleted file mode 100644
index ddcdfe7..0000000
--- a/node_modules/date-fns/locale/index.js.flow
+++ /dev/null
@@ -1,129 +0,0 @@
-// @flow
-// This file is generated automatically by `scripts/build/typings.js`. Please, don't change it.
-
-export type Locale = {
- code?: string,
- formatDistance?: (...args: Array<any>) => any,
- formatRelative?: (...args: Array<any>) => any,
- localize?: {
- ordinalNumber: (...args: Array<any>) => any,
- era: (...args: Array<any>) => any,
- quarter: (...args: Array<any>) => any,
- month: (...args: Array<any>) => any,
- day: (...args: Array<any>) => any,
- dayPeriod: (...args: Array<any>) => any,
- },
- formatLong?: {
- date: (...args: Array<any>) => any,
- time: (...args: Array<any>) => any,
- dateTime: (...args: Array<any>) => any,
- },
- match?: {
- ordinalNumber: (...args: Array<any>) => any,
- era: (...args: Array<any>) => any,
- quarter: (...args: Array<any>) => any,
- month: (...args: Array<any>) => any,
- day: (...args: Array<any>) => any,
- dayPeriod: (...args: Array<any>) => any,
- },
- options?: {
- weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6,
- firstWeekContainsDate?: 1 | 2 | 3 | 4 | 5 | 6 | 7,
- },
-}
-
-declare module.exports: {
- af: Locale,
- ar: Locale,
- arDZ: Locale,
- arEG: Locale,
- arMA: Locale,
- arSA: Locale,
- arTN: Locale,
- az: Locale,
- be: Locale,
- beTarask: Locale,
- bg: Locale,
- bn: Locale,
- bs: Locale,
- ca: Locale,
- cs: Locale,
- cy: Locale,
- da: Locale,
- de: Locale,
- deAT: Locale,
- el: Locale,
- enAU: Locale,
- enCA: Locale,
- enGB: Locale,
- enIE: Locale,
- enIN: Locale,
- enNZ: Locale,
- enUS: Locale,
- enZA: Locale,
- eo: Locale,
- es: Locale,
- et: Locale,
- eu: Locale,
- faIR: Locale,
- fi: Locale,
- fr: Locale,
- frCA: Locale,
- frCH: Locale,
- fy: Locale,
- gd: Locale,
- gl: Locale,
- gu: Locale,
- he: Locale,
- hi: Locale,
- hr: Locale,
- ht: Locale,
- hu: Locale,
- hy: Locale,
- id: Locale,
- is: Locale,
- it: Locale,
- itCH: Locale,
- ja: Locale,
- jaHira: Locale,
- ka: Locale,
- kk: Locale,
- km: Locale,
- kn: Locale,
- ko: Locale,
- lb: Locale,
- lt: Locale,
- lv: Locale,
- mk: Locale,
- mn: Locale,
- ms: Locale,
- mt: Locale,
- nb: Locale,
- nl: Locale,
- nlBE: Locale,
- nn: Locale,
- oc: Locale,
- pl: Locale,
- pt: Locale,
- ptBR: Locale,
- ro: Locale,
- ru: Locale,
- sk: Locale,
- sl: Locale,
- sq: Locale,
- sr: Locale,
- srLatn: Locale,
- sv: Locale,
- ta: Locale,
- te: Locale,
- th: Locale,
- tr: Locale,
- ug: Locale,
- uk: Locale,
- uz: Locale,
- uzCyrl: Locale,
- vi: Locale,
- zhCN: Locale,
- zhHK: Locale,
- zhTW: Locale,
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage