Git Product home page Git Product logo

clonedeep-simple's Introduction

clonedeep-simple

HELLO , THIS IS SIMPLE DEEP CLONE LIBRARY
IF YOU WANT DEEP COPY FOR SOMETHING,
JUST, USE THIS LIBRARY!

HOW TO USE

IMPORT

import clone from 'clonedeep-simple'

EXAMPLE USE

const origin1 = [1,2,3,4,5];
const origin2 = {a:1,b:2};

const copy1 = clone(origin1);
const copy2 = clone(origin2);

origin1 == copy1 //false
origin2 == copy2 //false

EASY TO USE, HIGH PERFORMANCE TO USE
JUST USE! DEEPCLONE!

IF YOU WANT CONTRIBUTE THIS LIBRARY


안녕하세요, 간단한 깊은복사 라이브러리 입니다.
JS 이용시 깊은복사가 필요할때 이용하세요

사용방법

임포트

import clone from 'clonedeep-simple'

사용 예시

const origin1 = [1,2,3,4,5];
const origin2 = {a:1,b:2};

const copy1 = clone(origin1);
const copy2 = clone(origin2);

origin1 == copy1 //false
origin2 == copy2 //false

라이브러리를 개선하실 분은 컨트리뷰트 해주세요

clonedeep-simple's People

Contributors

ryuhojin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.