mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
chore(eslint): enforce the use of import type
This commit is contained in:
@@ -4,7 +4,8 @@ import Author from './classes/misc/Author.js';
|
||||
import Text from './classes/misc/Text.js';
|
||||
import Thumbnail from './classes/misc/Thumbnail.js';
|
||||
import NavigationEndpoint from './classes/NavigationEndpoint.js';
|
||||
import { YTNode, YTNodeConstructor } from './helpers.js';
|
||||
import type { YTNodeConstructor } from './helpers.js';
|
||||
import { YTNode } from './helpers.js';
|
||||
import Parser from './parser.js';
|
||||
|
||||
export type MiscInferenceType = {
|
||||
|
||||
Reference in New Issue
Block a user