UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

5 lines (4 loc) 131 B
/** * @module Used for showing when a function can throw an error if certain conditions are hit */ export type Throwable<T> = T;