UNPKG

serverless-offline-msk

Version:

A serverless offline plugin that enables AWS MSK events

5 lines 165 B
export default (function (o, c) { c.prototype.isSameOrBefore = function (that, units) { return this.isSame(that, units) || this.isBefore(that, units); }; });