mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-26 11:44:45 +01:00
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
|
import * as csvStringify from './index'
|
||
|
|
||
|
export = stringify
|
||
|
|
||
|
declare function stringify(input: csvStringify.Input, options?: csvStringify.Options): string
|
||
|
declare namespace stringify {}
|