/*!
* 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}
*/functionmodule () {
return() =>true
}
exportdefaultmodule;