UNPKG

react-native-asset

Version:

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

13 lines (12 loc) 416 B
"use strict"; // Copyright 2018-2025 the Deno authors. MIT license. // This module is browser compatible. Object.defineProperty(exports, "__esModule", { value: true }); exports.assertArgs = assertArgs; const assert_path_js_1 = require("./assert_path.js"); function assertArgs(from, to) { (0, assert_path_js_1.assertPath)(from); (0, assert_path_js_1.assertPath)(to); if (from === to) return ""; }