@feflow/cli
Version:
A front-end flow tool.
6 lines • 331 B
TypeScript
/// <reference types="node" />
declare const PLATFORM: NodeJS.Platform;
declare const PLATFORM_TYPE: 'linux' | 'windows' | 'macos' | 'default';
declare function toArray(v: any, field: string, defaultV?: string[]): string[];
export { PLATFORM as platform, PLATFORM_TYPE as platformType, toArray };
//# sourceMappingURL=base.d.ts.map