UNPKG

@oap75/utils

Version:
7 lines (6 loc) 246 B
export declare const isStr: (x: any) => x is string; export declare const isEmptyStr: (x: any) => boolean; export declare const nonEmptyStr: (x?: any) => x is string; export declare const asString: (x: { toString: () => string; }) => string;