UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

5 lines (4 loc) 120 B
/** * Determines whether the given value is an Error. */ export declare function isError(value: any): value is Error;