UNPKG

@linked-helper/framework.build-tools.aws-artifacts

Version:

LH framework build tools: upload artifacts

6 lines (5 loc) 246 B
export type IPlatform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd' | 'haiku'; export declare namespace IPlatform { const all: ReadonlyArray<IPlatform>; } export default IPlatform;