UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

9 lines (7 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Increment = Increment; /** Increments the given string value + 1 */ function Increment(T) { return (parseInt(T) + 1).toString(); }