UNPKG

@boost/decorators

Version:

Experimental decorators for common patterns.

8 lines (7 loc) 171 B
export function isParam( target: Function | Object, property?: string | symbol, index?: unknown, ): boolean { return Boolean(property && typeof index === 'number'); }