3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
export * from './csv';
|
|
export declare const arg: (hash: any, key: any, context: any, defaultValue?: any) => Generator<any, any, unknown>;
|