UNPKG

@boost/decorators

Version:

Experimental decorators for common patterns.

6 lines (5 loc) 160 B
function isParam(target, property, index) { return Boolean(property && typeof index === 'number'); } export { isParam }; //# sourceMappingURL=isParam.mjs.map