RunKit + npm: simple-duration

node v10.24.1
endpointsharetweet
var sd = require("simple-duration") var z = require('zod@1.11.0-alpha.5') const Obj = z.object({ key: z.string(), }); Obj.parse({key: 'value', key2: 'value2'}) // could return { key: 'value' }
Created from: https://npm.runkit.com/simple-duration
Loading…