kynpmtest
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

kynpmtest

A Node.js module that contains some util functions

Installation

npm install kynpmtest --save
yarn add kynpmtest
bower install pluralize --save

Usage

Javascript

var util = require('kynpmtest');
var isarray = util.isArray('Boy');
Output should be 'false'

TypeScript

import { isArray } from 'kynpmtest';
console.log(isArray('Goose'))
Output should be 'false'

AMD

define(function(require,exports,module){
  var pluralise = require('kynpmtest');
});

Test

npm run test

Readme

Keywords

none

Package Sidebar

Install

npm i kynpmtest

Weekly Downloads

8

Version

1.0.2

License

ISC

Unpacked Size

3.76 kB

Total Files

8

Last publish

Collaborators

  • renkykk