UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

5 lines (4 loc) 119 B
/** Increments the given string value + 1 */ export function Increment(T) { return (parseInt(T) + 1).toString(); }