UNPKG

185 BTypeScriptView Raw
1import { SemanticVersion } from './definitions';
2export declare function isValidEmail(email: string): boolean;
3export declare function parseSemanticVersion(s: string): SemanticVersion;