mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 03:59:38 +00:00
chore(eslint): enforce the use of import type
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Session, { Context } from '../core/Session.js';
|
||||
import { FetchFunction } from '../types/PlatformShim.js';
|
||||
import type { Context } from '../core/Session.js';
|
||||
import type Session from '../core/Session.js';
|
||||
import type { FetchFunction } from '../types/PlatformShim.js';
|
||||
import Constants from './Constants.js';
|
||||
import {
|
||||
Platform,
|
||||
|
||||
Reference in New Issue
Block a user