1.0.10 • Published 7 years ago

@logicalcommander/lc-common-utils v1.0.10

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

lc-common-utils

A Node.js module for Logical Commander common utils

Installation

npm install lc-common-utils --save
yarn add lc-common-utils
bower install lc-common-utils --save

Usage

Javascript

var utils = require('lc-common-utils');

TypeScript

import { LCUtils } from 'lc-common-utils';

AMD

define(function(require,exports,module){
  var utils = require('lc-common-utils');
});

Test

npm run test

NPM Information

npm set init.author.name "Logical Commander LTD" npm set init.author.email "admin@logicalcommander.com" npm set init.author.url "http://www.logicalcommander.com"

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago