UNPKG

inertia-sails

Version:
9 lines (7 loc) 182 B
const MergeableProp = require('./mergeable-prop') module.exports = class AlwaysProp extends MergeableProp { constructor(callback) { super() this.callback = callback } }