0.0.7 • Published 4 years ago

@ondaa/common v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

@ondaa/common

version :: v0.0.5

How to install

Using npm

$> npm i --save @ondaa/common

Using yarn

$> yarn add @ondaa/common

In Node Javascript

// Get Common methods
const common = require("@ondaa/common");

// And you can this
const { isEmpty } = require("@ondaa/common");

// And more type method string, number, object, array, fn
const str = require("@ondaa/common/string");
const num = require("@ondaa/common/number");
const obj = require("@ondaa/common/object");
const arr = require("@ondaa/common/array");
const fn = require("@ondaa/common/fn");

// I will make more method, markdown manual and test script
...

Can also be used in Typescript

// tsfile.ts
import { hasOwnProperty } from "@ondaa/common";
import { camelCase } from "@ondaa/string"

No @types needed. Just use it

Etc information

Weird modules created by novice developers Supports Node.js version v8.0.0 and above This module follows the ES6 standard. If you are creating a project that supports I.E browsers, you should use webpack, gulp or another transfiler

Licence

ISC

P.S Thank you for using my module

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago