Socket
Book a DemoInstallSign in
Socket

@open-tech-world/es-utils

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-tech-world/es-utils

A Collection of ECMAScript Utility Functions.

latest
Source
npmnpm
Version
0.13.0
Version published
Maintainers
1
Created
Source

@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).

Keywords

collection

FAQs

Package last updated on 26 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts