first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
19
node_modules/date-fns-tz/getTimezoneOffset/index.js.flow
generated
vendored
Normal file
19
node_modules/date-fns-tz/getTimezoneOffset/index.js.flow
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// @flow
|
||||
// This file is generated automatically by `scripts/build/typings.js`. Please, don't change it.
|
||||
|
||||
import type { Locale } from 'date-fns'
|
||||
|
||||
type OptionsWithTZ = {
|
||||
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6,
|
||||
firstWeekContainsDate?: 1 | 2 | 3 | 4 | 5 | 6 | 7,
|
||||
additionalDigits?: 0 | 1 | 2,
|
||||
timeZone?: string,
|
||||
locale?: Locale,
|
||||
includeSeconds?: boolean,
|
||||
addSuffix?: boolean,
|
||||
unit?: 'second' | 'minute' | 'hour' | 'day' | 'month' | 'year',
|
||||
roundingMethod?: 'floor' | 'ceil' | 'round',
|
||||
awareOfUnicodeTokens?: boolean,
|
||||
}
|
||||
|
||||
declare module.exports: (timeZone: string, date?: Date | number) => number
|
||||
Loading…
Add table
Add a link
Reference in a new issue