Files
boc/aamos-api-v1/node_modules/global-agent/dist/routines/bootstrap.d.ts
T

4 lines
183 B
TypeScript
Raw Normal View History

import type { ProxyAgentConfigurationInputType } from '../types';
declare const _default: (configurationInput?: ProxyAgentConfigurationInputType) => boolean;
export default _default;