UNPKG

139 BTypeScriptView Raw
1import type { Got, InstanceDefaults } from './types.js';
2declare const create: (defaults: InstanceDefaults) => Got;
3export default create;