UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
utils
/
handle-program-error.d.ts
2 lines
(1 loc)
•
64 B
TypeScript
View Raw
1
2
export
declare
const
handleProgramError
:
(
e
:
unknown
) =>
never
;