1.0.10 • Published 5 years ago

@logicalcommander/lc-common-utils v1.0.10

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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago