aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/date-fns/esm/fp/formatISO
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/date-fns/esm/fp/formatISO')
-rw-r--r--node_modules/date-fns/esm/fp/formatISO/index.d.ts4
-rw-r--r--node_modules/date-fns/esm/fp/formatISO/index.js4
-rw-r--r--node_modules/date-fns/esm/fp/formatISO/index.js.flow54
-rw-r--r--node_modules/date-fns/esm/fp/formatISO/package.json4
4 files changed, 0 insertions, 66 deletions
diff --git a/node_modules/date-fns/esm/fp/formatISO/index.d.ts b/node_modules/date-fns/esm/fp/formatISO/index.d.ts
deleted file mode 100644
index 6f3ba60..0000000
--- a/node_modules/date-fns/esm/fp/formatISO/index.d.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically by `scripts/build/typings.js`. Please, don't change it.
-
-import { formatISO } from 'date-fns/fp'
-export default formatISO
diff --git a/node_modules/date-fns/esm/fp/formatISO/index.js b/node_modules/date-fns/esm/fp/formatISO/index.js
deleted file mode 100644
index 4887265..0000000
--- a/node_modules/date-fns/esm/fp/formatISO/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
-import fn from "../../formatISO/index.js";
-import convertToFP from "../_lib/convertToFP/index.js";
-export default convertToFP(fn, 1); \ No newline at end of file
diff --git a/node_modules/date-fns/esm/fp/formatISO/index.js.flow b/node_modules/date-fns/esm/fp/formatISO/index.js.flow
deleted file mode 100644
index a2b1a3a..0000000
--- a/node_modules/date-fns/esm/fp/formatISO/index.js.flow
+++ /dev/null
@@ -1,54 +0,0 @@
-// @flow
-// This file is generated automatically by `scripts/build/typings.js`. Please, don't change it.
-
-export type Interval = {
- start: Date | number,
- end: Date | number,
-}
-
-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,
- },
-}
-
-export type Duration = {
- years?: number,
- months?: number,
- weeks?: number,
- days?: number,
- hours?: number,
- minutes?: number,
- seconds?: number,
-}
-
-export type Day = 0 | 1 | 2 | 3 | 4 | 5 | 6
-
-type CurriedFn1<A, R> = <A>(a: A) => R
-
-declare module.exports: CurriedFn1<Date | number, string>
diff --git a/node_modules/date-fns/esm/fp/formatISO/package.json b/node_modules/date-fns/esm/fp/formatISO/package.json
deleted file mode 100644
index a7398d8..0000000
--- a/node_modules/date-fns/esm/fp/formatISO/package.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "sideEffects": false,
- "typings": "../../../typings.d.ts"
-} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage