Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

sentry / @nestjs/common   js

Repository URL to install this package:

Version: 7.0.10 

/ utils / validate-each.util.d.ts

export declare class InvalidDecoratorItemException extends Error {
    private readonly msg;
    constructor(decorator: string, item: string, context: string);
    what(): string;
}
export declare function validateEach(context: {
    name: string;
}, arr: any[], predicate: Function, decorator: string, item: string): boolean;