UNPKG

@coko/client

Version:

Client side common code for coko apps

12 lines (8 loc) 268 B
/** * A module that does nothing. Use this as a fallback for files that are * optional in webpack's config. */ // This can be useful to see if this module actually got used // const noop = (() => console.log('the noop!'))() const noop = {} module.exports = noop