atomics-http
Version:
atomics-http is a Node.js extension that provides synchronous http calls.
14 lines (13 loc) • 440 B
TypeScript
/// <reference types="node" />
declare const _default: {
new (message?: string | undefined): {
code: any;
name: string;
message: string;
stack?: string | undefined;
};
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
stackTraceLimit: number;
};
export = _default;