chore: v6.0.0 release

This commit is contained in:
LuanRT
2023-08-18 11:40:24 +00:00
parent 8d47c81318
commit 96e337a1d0
55 changed files with 3305 additions and 2612 deletions

View File

@@ -1,4 +1,4 @@
import Parser from '../parser.ts';
import * as Parser from '../parser.ts';
import type { RawNode } from '../index.ts';
import { type ObservedArray, YTNode } from '../helpers.ts';