UNPKG

@wezom/type-guards

Version:

Simple TypeScript type guards

2 lines (1 loc) 78 B
export declare const isNotEmptyString: (sample: unknown) => sample is string;