inbuilt_extentions

1.0.1 • Public • Published

This will be extention of Inbuilt modules such as(Math,Date) shold be able to run those inbuilts when accessed through this module Ex. Extention.Math.round(val) => Math.round(val)

Introduction

Javascript library to get Permutations of an array elements

Usage

node

const permutations = require("inbuilt_extentions");
console.log(permutations(["a", "b"])); //[ 'ab', 'ba' ]

Readme

Keywords

Package Sidebar

Install

npm i inbuilt_extentions

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.48 kB

Total Files

4

Last publish

Collaborators

  • jsninja18feb