@yookue/ts-lang-utils
    Preparing search index...

    Function clone

    • Returns an object that cloned from the given object

      Parameters

      • Optionalsource: object

        the object to clone

      Returns undefined | object

      an object that cloned from the given object

      David Hsing

      clone({'foo': 'bar'});