/
opt
/
canhelp
/
node_modules
/
standard-as-callback
/
built
/
/opt/canhelp/node_modules/standard-as-callback/built
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
218
0644
edit
dl
rm
index.js
1305
0644
edit
dl
rm
types.d.ts
98
0644
edit
dl
rm
types.js
77
0644
edit
dl
rm
utils.d.ts
262
0644
edit
dl
rm
utils.js
602
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/standard-as-callback/built/utils.d.ts
(262B)
import { CallbackFunction } from "./types"; export declare const errorObj: { e: {}; }; declare function tryCatcher<T>(err: Error, val?: T): void | { e: Error; }; export declare function tryCatch<T>(fn: CallbackFunction<T>): typeof tryCatcher; export {};
Save
cmd:
run