import {OS} from '../os';

/**
 * @category System Info
 */
export const osSet = new Set<OS>(['android', 'darwin', 'linux', 'windows', 'all', 'none']);
