UNPKG

102 BTypeScriptView Raw
1/**
2 * Won't allow null
3 */
4export declare function NotNull(target: any, propertyName: string): void;