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

3.1.4 • 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();

Package Sidebar

Install

npm i @blokdots/components

Weekly Downloads

68

Version

3.1.4

License

MIT

Unpacked Size

1.59 MB

Total Files

72

Last publish

Collaborators

  • olivierbrcknr
  • christoph.labacher