1.0.0-alpha.16 • Published 6 years ago

@profiscience/knockout-contrib-utils v1.0.0-alpha.16

Weekly downloads
1
License
WTFPL
Repository
github
Last release
6 years ago

@profiscience/knockout-contrib-utils

Version Dependency Status Peer Dependency Status Dev Dependency Status Downloads

This is a metapackage including all @profiscience/knockout-contrib-utils-* packages

Contents

Usage

Each child package (see the table of contents above) is available as a named export.

If using a bundler that supports tree-shaking, this will safely minify.

// import all
import * as utils from '@profiscience/knockout-contrib-utils'

// import single
import { defaults } from '@profiscience/knockout-contrib-utils'