UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

13 lines (11 loc) 244 B
import { Type } from "@sinclair/typebox"; //#region src/shared/bricks/props/number.ts function number(title, options = {}) { return Type.Number({ title, ...options }); } //#endregion export { number }; //# sourceMappingURL=number.js.map