ky
Version:
Tiny and elegant HTTP client based on the Fetch API
8 lines (7 loc) • 296 B
JavaScript
/*
Undici types need to be here because they are not exported to globals by @types/node.
See https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/69408
After the types are exported to globals, the Undici types can be removed from here.
*/
export {};
//# sourceMappingURL=request.js.map