UNPKG

@quirks/core

Version:
2 lines (1 loc) 101 B
export declare function assertIsDefined<T>(value: T, msg?: string): asserts value is NonNullable<T>;