3.1.0 • Published 2 years ago
@hoast/source-custom v3.1.0
@hoast/source-custom
Allows you to provide your own custom source functions. Extends base-source where the overridable functions can be provided via the options. Helps you from having to create a package for simple one-off behaviour.
Install
npm install @hoast/source-customOptions
This package extends the @hoast/base-source package. For more information on how to use this package see the options below as well as the base package.
{Function} initialize = nullInitialize function.{Function} sequential = nullSequential function.{Function} concurrent = nullConcurrent function.{Function} final = nullFinal function.{Number} logLevel = 2Log level given to the logger.