MCPcopy
hub / github.com/adaltas/node-csv / CastingContext

Interface CastingContext

packages/csv-parse/lib/index.d.ts:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 */
82// eslint-disable-next-line
83export interface CastingContext extends InfoField {}
84
85export type CastingFunction = (value: string, context: InfoField) => unknown;
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected