/** * check if {@param string} length not zero * * @param string */ export default function NotEmpty(string: string): boolean; //# sourceMappingURL=not-empty.d.ts.map