UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

8 lines 155 B
export function assertType(fn) { return (x) => { if (fn(x)) { return x } throw new Error('type assertion failed in R.assertType') } }