UNPKG

@agnostack/env

Version:

Please contact agnoStack via info@agnostack.com for any questions

4 lines (3 loc) 176 B
export function ensureStringOnly(string: any): string; export function stringNotEmptyOnly(stringable: any): boolean; export function stringEmptyOnly(stringable: any): boolean;