mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-20 04:51:16 +00:00
chore(eslint): enforce the use of import type
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { ObservedArray, YTNode } from '../helpers.js';
|
||||
import type { ObservedArray} from '../helpers.js';
|
||||
import { YTNode } from '../helpers.js';
|
||||
import Parser, { type RawNode } from '../index.js';
|
||||
|
||||
export default class WatchCardSectionSequence extends YTNode {
|
||||
|
||||
Reference in New Issue
Block a user