1.0.4 • Published 5 years ago

@kano/common v1.0.4

Weekly downloads
89
License
MIT
Repository
github
Last release
5 years ago

Kano Common libraries

Set of libarries to implement common Development Patterns and Principles.

Each library lives in its own subdirectory.

Installation

yarn @kano/common
# OR
npm install --save @kano/common

Usage

// Import everything
import * as common from '@kano/common/index.js';
// Import only some symbols
import { EventEmitter, subscribe } from '@kano/common/index.js';

Events

Lifecycle

Time

Cancellation

uController