mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-23 06:39:00 +00:00
5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
'use strict';
|
|
|
|
import url from 'url';
|
|
export default url.URLSearchParams;
|