UNPKG

@foblex/core

Version:

A core library providing a set of utilities and interfaces for various projects.

12 lines (11 loc) 278 B
/** * @deprecated This class is deprecated and will be removed in future versions. * Please use @foblex/platform instead. */ export declare enum EOperationSystem { MAC_OS = "macos", IOS = "ios", WINDOWS = "windows", ANDROID = "android", LINUX = "linux" }