UNPKG

250 BTypeScriptView Raw
1/*! MIT License © Sindre Sorhus */
2import type { ky as KyInterface } from './types/ky.js';
3declare const ky: KyInterface;
4export default ky;
5export { HTTPError } from './errors/HTTPError.js';
6export { TimeoutError } from './errors/TimeoutError.js';