@smeijer/ky
Version:
Tiny and elegant HTTP client based on the Fetch API
9 lines (8 loc) • 362 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=request.js.map