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) 246 B
/** * Check if the provided parameter is an object or not. * * @param item The unknown type parameter. * @returns true if it's an ibject ; false otherwise. */ export declare function isObject(item: unknown): item is Record<string, unknown>;