SkillAgentSearch skills...

Deepclonevariable

a simple 0 dependency package which creates and returns a deep-cloned variable.

Install / Use

/learn @alamgirqazi/Deepclonevariable
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

JS deep clone utility

a simple 0 dependency package which creates and returns a deep-cloned variable.

Installation

$ npm install deepclonevariable

or

$ yarn add deepclonevariable

Usage

const clone = require('deepclonevariable');

const cloned = clone(value);

or in TypeScript / ES Modules

import * as clone from 'deepclonevariable';

const cloned = clone(value);

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated5y ago
Forks0

Languages

JavaScript

Security Score

55/100

Audited on Sep 22, 2020

No findings