UNPKG

react-native-asset

Version:

Linking and unlinking of assets in your react-native app, works for fonts and sounds

9 lines (8 loc) 332 B
"use strict"; // Copyright 2018-2026 the Deno authors. MIT license. // This module is browser compatible. Object.defineProperty(exports, "__esModule", { value: true }); exports.isWindows = void 0; const _os_js_1 = require("./_os.js"); /** Whether the current platform is Windows */ exports.isWindows = (0, _os_js_1.checkWindows)();