1.0.1 • Published 2 years ago

inbuilt_extentions v1.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

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' ]
1.0.1

2 years ago

1.0.0

2 years ago