UNPKG

@grammyjs/i18n

Version:

Internationalization plugin for grammY based on Fluent.

5 lines 214 B
export type OSType = "windows" | "linux" | "darwin" | "freebsd"; export declare const osType: OSType; export declare const isWindows: boolean; export declare const isLinux: boolean; //# sourceMappingURL=os.d.ts.map