UNPKG

@waves/node-state

Version:
7 lines (6 loc) 182 B
export declare function write(options: IOptions): Promise<undefined>; export interface IOptions { out: string | undefined; config: string; mode: 'json' | 'typescript'; }