UNPKG

65 BTypeScriptView Raw
1export class Promise {
2 thenCall: (cb: () => void) => void;
3}