UNPKG

arch-unit-ts

Version:
8 lines (7 loc) 339 B
export declare class Assert { static notNullOrUndefined(field: string, input: unknown): void; static notBlank(field: string, input: string): void; static path(field: string, path: string): void; static min(field: string, value: number, min: number): void; static notEmpty(field: string, collection: unknown[]): void; }