mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-01 20:46:14 +00:00
chore(eslint): enforce the use of import type
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ICacheConstructor } from './Cache.js';
|
||||
import type { ICacheConstructor } from './Cache.js';
|
||||
|
||||
export type Runtime = 'deno' | 'node' | 'browser' | 'unknown';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user