UNPKG

mini-url

Version:
16 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * List of URL parts which are parsed by this lib. */ exports.default = [ "protocol", "hostname", "pathname", "search", "host", "port", "hash", "href" ]; //# sourceMappingURL=parts.js.map