0.2.2 • Published 8 years ago
canfei v0.2.2
(Canfei🔊js is developing)
|  |  |  |  |  |  |  |  |  |  |  | 
|---|---|---|---|---|---|---|---|---|---|---|
| ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ✔ | 
Canfei:baby_chick:js is a JavaScript utility library delivering extras based on ES2015,for both Node.js and Browser.
Table of Contents
Installation
:baby_chick:Canfei requires node v7.6.0 or higher for ES2015 and async function support.
In Meteor:
$ meteor npm i canfeiIn Node:
$ npm i canfeiExamples
In Browser:
<script src="canfei.js"></script>In Node:
const {complexType} = require('canfei')/**
 * JavaScript utility library.
 */
console.log(complexType(undefined)) // 'Undefined'