@blokdots/components
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

@blokdots/components

Installation

npm install @blokdots/components --save
yarn add @blokdots/components

Example

const components = require("@blokdots/components");

let timer = new components.Timer(0);

timer.on("change", (value) => {
  console.log(value);
});

timer.start();

Dependencies (4)

Dev Dependencies (14)

Package Sidebar

Install

npm i @blokdots/components

Weekly Downloads

1

Version

3.0.1

License

MIT

Unpacked Size

1.6 MB

Total Files

73

Last publish

Collaborators

  • olivierbrcknr
  • christoph.labacher