UNPKG

@cap-js-community/mtx-tool

Version:

Multitenancy and Extensibility Tool is a cli to reduce operational overhead for multitenant Cloud Foundry applications

8 lines (5 loc) 170 B
"use strict"; const URL = require("./lib/URL"); const URLSearchParams = require("./lib/URLSearchParams"); exports.URL = URL; exports.URLSearchParams = URLSearchParams;