@ondaa/common

Common use tool, library

Usage no npm install needed!

<script type="module">
  import ondaaCommon from 'https://cdn.skypack.dev/@ondaa/common';
</script>

README

@ondaa/common

version :: v0.0.5

How to install

Using npm

gt; npm i --save @ondaa/common

Using yarn

gt; 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