Skip to content

add clone function and use it on constantly function

Ragil Rynaldo Meyer requested to merge new-function-added into master

What added:

  1. clone function for deep clone of the arg supllied

What change:

  1. constantly function uses clone function out-of-the-box
  2. a new type check condition on isObj function by call .constructor on the arg supplied

Merge request reports