0.13.0 • Published 2 years ago

@open-tech-world/es-utils v0.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@open-tech-world/es-utils

Build Netlify Status CodeFactor npm (scoped)

A Collection of ECMAScript Utility Functions.

Documentation

The full documentation available at https://es-utils.netlify.app

Requirements

  • Supported all modern browsers.

  • Node.js ^12.22.0 || ^14.17.0 || >=16.0.0

Installation

Using npm

npm install @open-tech-world/es-utils

Using Yarn

yarn add @open-tech-world/es-utils

Usage

import { utilityFn } from '@open-tech-world/es-utils';

// ⚠️ Here, the utilityFn is a placeholder for actual utility function name.
utilityFn();

Please read the documentation for complete list of available utility functions.

API

Array

Maths

String

Timers

Types

Object

License

Copyright (c) Thanga Ganapathy (MIT License).