mirror of
https://github.com/home-assistant/frontend.git
synced 2026-07-03 12:35:40 +01:00
7a12fd2853
* Fix many lint warnings * Fix ALL lint warnings * small fix * type fixes
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
// eslint-disable-next-line no-var
|
|
declare var Vibrant: Any;
|
|
declare module "node-vibrant" {
|
|
export default Vibrant;
|
|
}
|