UNPKG

racer-schema

Version:
8 lines (5 loc) 184 B
var Schema = require("./Schema"); module.exports = function plugin(backend, options) { var schema = new Schema(backend, options); backend.use("commit", schema.commitHandler); };