0.2.2 • Published 7 years ago

canfei v0.2.2

Weekly downloads
21
License
MIT
Repository
github
Last release
7 years ago

Canfeit Home (Canfei🔊js is developing)

GitHub Stars Node Version Meteor Build Status Docker Build Greenkeeper PRs Welcome

V8ChromeElectronNW.jsFirefoxServoOperaNeonEdgeIESafari

Canfei:baby_chick:js is a JavaScript utility library delivering extras based on ES2015,for both Node.js and Browser.

Table of Contents

  1. Installation
  2. Examples
  3. Usage

Installation

NPM Code Style

:baby_chick:Canfei requires node v7.6.0 or higher for ES2015 and async function support.

In Meteor:

$ meteor npm i canfei

In Node:

$ npm i canfei

Examples

In Browser:

<script src="canfei.js"></script>

In Node:

const {complexType} = require('canfei')
/**
 * JavaScript utility library.
 */

console.log(complexType(undefined)) // 'Undefined'

Usage

Inspired by:

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago