UNPKG

flowbite-angular

Version:

<div align="center"> <h1>:construction: flowbite-angular (unreleased) :construction:</h1> <p> <a href="https://flowbite.com"> <img alt="Flowbite - Tailwind CSS components" width="350" src="https://flowbite.s3.amazonaws.com/github/logo-github

8 lines (7 loc) 228 B
/** * Function that return the cloned type of the provided generic type. * * @param source Generic object to be cloned. * @returns The clone type of th eprovided type. */ export declare function cloneDeep<T>(source: T): T;