UNPKG

@interopio/cli

Version:

Interop.io CLI - a command line for creating Interop.io applications

3 lines (2 loc) 152 B
import { number } from "decoder-validate"; export const nonNegativeNumberDecoder = number().where((num) => num >= 0, "Expected a non-negative number");