URLSearchParams.js 74 B

1234
  1. 'use strict';
  2. import url from 'url';
  3. export default url.URLSearchParams;