UNPKG

@pixi/utils

Version:

Collection of utilities used by PixiJS

15 lines (10 loc) 248 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var url$1 = require('url'); const url = { parse: url$1.parse, format: url$1.format, resolve: url$1.resolve }; exports.url = url; //# sourceMappingURL=url.js.map