refactor(constants): Use namespace import internally (#396)

This commit is contained in:
absidue
2023-05-06 20:46:20 +02:00
committed by GitHub
parent 891d889408
commit b1f19f16ac
11 changed files with 12 additions and 20 deletions

View File

@@ -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';