UNPKG

typescript-dotnet-core

Version:

A the core classes and utilities of a JavaScript-Friendly .NET Based TypeScript Library.

8 lines (7 loc) 346 B
/*! * @author electricessence / https://github.com/electricessence/ * Licensing: MIT https://github.com/electricessence/TypeScript.NET-Core/blob/master/LICENSE.md */ import Primitive from "../Primitive"; import { JsonArray, JsonMap } from "../JSON"; export default function clone(source: Primitive | JsonMap | JsonArray, depth?: number): any;