UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

10 lines (7 loc) 122 B
const s = require('superstruct') const Spot = s.object({ type: s.literal('spot') }) module.exports = { Spot: Spot }