UNPKG

@feflow/cli

Version:
6 lines 331 B
/// <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