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) 115 B
/** * Determines if a value is an Arguments object. */ export declare function isArguments(value: any): boolean;