UNPKG

@tinymce/beehive-flow

Version:

A CLI tool implementing the beehive flow git branching process

4 lines 216 B
export declare const isString: (x: unknown) => x is string; export declare const isObject: (x: unknown) => x is object; export declare const isArray: (x: unknown) => x is unknown[]; //# sourceMappingURL=Type.d.ts.map