$ cnpm install @segment/loosely-validate-event
Loosely validate an event.
const validate = require('@segment/loosely-validate-event')
const event = {
type: 'track',
userId: 'abc123',
properties: {
foo: 'bar'
}
}
validate(event) // throws if `event` does not pass validation
Copyright 2013 - present © cnpmjs.org | Home |