1.0.10 • Published 6 years ago

@logicalcommander/lc-common-utils v1.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago