MCPcopy Create free account

hub / github.com/alexcaza/export-to-csv / functions

Functions29 in github.com/alexcaza/export-to-csv

↓ 10 callersFunctionunpack
(newtype: T)
lib/types.ts:65
↓ 6 callersFunctionmkConfig
( opts, )
lib/config.ts:26
↓ 4 callersFunctionaddEndOfLine
(output: CsvOutput)
lib/helpers.ts:51
↓ 3 callersFunctionbuildRow
(config: WithDefaults<ConfigOptions>)
lib/helpers.ts:56
↓ 3 callersFunctionformatData
( config: ConfigOptions, data: AcceptedData, )
lib/helpers.ts:202
↓ 2 callersFunctionaddBOM
(config: WithDefaults<ConfigOptions>)
lib/helpers.ts:39
↓ 2 callersFunctionaddBody
( config: WithDefaults<ConfigOptions>, headers: Array<ColumnHeader>, bodyData: T, )
lib/helpers.ts:89
↓ 2 callersFunctionaddFieldSeparator
(config: WithDefaults<ConfigOptions>)
lib/helpers.ts:61
↓ 2 callersFunctionaddHeaders
(config: WithDefaults<ConfigOptions>, headers: Array<ColumnHeader>)
lib/helpers.ts:66
↓ 2 callersFunctionaddTitle
(config: WithDefaults<ConfigOptions>)
lib/helpers.ts:44
↓ 2 callersFunctionasBlob
(config: ConfigOptions)
lib/generator.ts:65
↓ 2 callersFunctionformatString
(config: ConfigOptions, data: string)
lib/helpers.ts:152
↓ 2 callersFunctionthread
(initialValue: T, ...fns: Array<Function>)
lib/helpers.ts:35
↓ 1 callersFunctioncontainsFormula
(data: string)
lib/helpers.ts:124
↓ 1 callersFunctionescapeDoubleQuotes
* If double-quotes are used to enclose fields, then a double-quote * appearing inside a field must be escaped by preceding it with * another double
lib/helpers.ts:237
↓ 1 callersFunctionescapeFormulas
(data: string)
lib/helpers.ts:129
↓ 1 callersFunctionformatBoolean
(config: ConfigOptions, data: boolean)
lib/helpers.ts:175
↓ 1 callersFunctionformatNullish
( config: ConfigOptions, data: null | undefined, )
lib/helpers.ts:183
↓ 1 callersFunctionformatNumber
(config: ConfigOptions, data: number)
lib/helpers.ts:137
↓ 1 callersFunctiongenerateCsv
(config: ConfigOptions)
lib/generator.ts:28
↓ 1 callersFunctiongetHeaderDisplayLabel
( columnHeader: ColumnHeader, )
lib/helpers.ts:28
↓ 1 callersFunctiongetHeaderKey
(columnHeader: ColumnHeader)
lib/helpers.ts:23
↓ 1 callersFunctionisFloat
(input: boolean | string | number)
lib/helpers.ts:121
↓ 1 callersFunctionpack
(value: T["_A"])
lib/types.ts:62
Methodconstructor
(message: string)
lib/errors.ts:2
Methodconstructor
(message: string)
lib/errors.ts:9
Methodconstructor
(message: string)
lib/errors.ts:16
Methodconstructor
(message: string)
lib/errors.ts:23
Functiondownload
(config: ConfigOptions)
lib/generator.ts:91