@tinymce/beehive-flow
Version:
A CLI tool implementing the beehive flow git branching process
8 lines • 379 B
TypeScript
import * as E from 'fp-ts/Either';
declare type Json = E.Json;
export declare const parse: (s: string) => Promise<Json>;
export declare const parseJsonFile: (path: string) => Promise<Json>;
export declare const prettyPrint: (j: unknown) => string;
export declare const writeJsonFile: (path: string, j: unknown) => Promise<void>;
export {};
//# sourceMappingURL=JsonUtils.d.ts.map