UNPKG

@intuitionrobotics/thunderstorm

Version:
2 lines (1 loc) 188 B
export declare const assertProperty: <T extends object, K extends keyof T = keyof T>(instance: T, key: K | K[], statusCode?: number, check?: string | ((propValue: T[K]) => void)) => void;