UNPKG

@amplitude/ampli

Version:

Amplitude CLI

7 lines (6 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasUnicodeFonts = void 0; const os_1 = require("os"); exports.hasUnicodeFonts = (os_1.platform() !== 'win32'); exports.default = exports.hasUnicodeFonts;