UNPKG

@jsonhero/json-infer-types

Version:
5 lines (4 loc) 150 B
export declare type JSONSemverFormat = { name: "semver"; }; export declare function inferSemver(value: string): JSONSemverFormat | undefined;