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,5 +1,5 @@
import Text from './misc/Text.ts';
import Parser from '../parser.ts';
import * as Parser from '../parser.ts';
import { type ObservedArray, YTNode } from '../helpers.ts';
import type { RawNode } from '../index.ts';