UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

5 lines (4 loc) 140 B
/** * Compare two AST nodes ignoring location info and comments */ export declare function compareNodes(a: unknown, b: unknown): boolean;