UNPKG

package-foundation

Version:

Skeleton for a simple NPM Package with ES2015 support and CI already configured.

16 lines (14 loc) 284 B
/*! * package-foundation v1.2.0 * (c) 2019 Matej Svajger <hello@matejsvajger.com> * Released under the MIT License. */ /** * Exported module - returns a * function that resolves to true. * @type {Function} */ function module () { return () => true } export default module;