feat: expose parser and YTNodes as public APIs

This commit is contained in:
LuanRT
2022-09-04 05:17:24 -03:00
parent 982a086760
commit 3dc357bee0
6 changed files with 24 additions and 16 deletions

View File

@@ -524,6 +524,8 @@ const map: Record<string, YTNodeConstructor> = {
WatchNextTabbedResults
};
export const YTNodes = map;
/**
* @param name - Name of the node to be parsed
*/