1.0.3 • Published 2 years ago

gefest v1.0.3

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

#Gefest · GitHub license

I would be grateful for your feedback: balyaevds@gmail.com

##Get started

1) To get started with the package, enter into the console in the root folder of the >npm gefest

npm i gefest 
or
yarn add gefest

2) Next, we import the gefest object into a file.

import {gefest} from "gefest";

##Gefest use

Gefest currently has the following methods:

###deepCopy()

  • Arguments: value (*): The value to recursively clone except for the type symbol.
  • Returns: Returns the deep cloned value.
  • Important: If typeof value === symbol method will return undefined!
1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago