UNPKG

@tsailab/xai

Version:

The loto-xai is an openai nodejs sdk compatible extension library.

8 lines (7 loc) 188 B
/** * * @param target * @param prototype */ export declare function fixProto(target: Error, prototype: {}): void; export declare function fixStack(target: Error, fn?: Function): void;