assertString
Signature
export declare function assertString(value: unknown, message?: string): asserts value is string;Members
This export does not declare public properties or methods in the generated declaration file.
export declare function assertString(value: unknown, message?: string): asserts value is string;This export does not declare public properties or methods in the generated declaration file.