Skip to content

Provides a set of libraries to implement common design patterns

Notifications You must be signed in to change notification settings

KanoComputing/web-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6d92e8 · Jul 18, 2019

History

18 Commits
Oct 4, 2018
Jul 4, 2019
Mar 4, 2019
Jul 1, 2019
Jul 4, 2019
Oct 4, 2018
Jul 1, 2019
Jul 1, 2019
Jul 4, 2019
Jul 1, 2019
Jul 1, 2019
Jul 1, 2019
Jul 1, 2019
Jul 1, 2019
Jul 1, 2019

Repository files navigation

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';

About

Provides a set of libraries to implement common design patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published