mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-01 02:15:42 +00:00
refactor(constants): Use namespace import internally (#396)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Constants from '../../../utils/Constants.js';
|
||||
import * as Constants from '../../../utils/Constants.js';
|
||||
import type { YTNode} from '../../helpers.js';
|
||||
import { observe, type ObservedArray } from '../../helpers.js';
|
||||
import Parser, { type RawNode } from '../../index.js';
|
||||
|
||||
Reference in New Issue
Block a user