mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 07:43:38 -05:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export declare function tryCatch<T extends Function>(fn: T): T;
|