@hoast/source-custom

3.1.0 • Public • Published

@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-custom

Options

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 = null Initialize function.

  • {Function} sequential = null Sequential function.

  • {Function} concurrent = null Concurrent function.

  • {Function} final = null Final function.

  • {Number} logLevel = 2 Log level given to the logger.

Readme

Keywords

Package Sidebar

Install

npm i @hoast/source-custom

Weekly Downloads

1

Version

3.1.0

License

MIT

Unpacked Size

2.52 kB

Total Files

6

Last publish

Collaborators

  • redkenrok