Buckets:
dieumercimvemba/mediastore / scripts /whatsapp-bridge /node_modules /music-metadata /lib /common /BasicParser.d.ts
| import type { ITokenizer } from 'strtok3'; | |
| import type { ITokenParser } from '../ParserFactory.js'; | |
| import type { IOptions } from '../type.js'; | |
| import type { INativeMetadataCollector } from './MetadataCollector.js'; | |
| export declare abstract class BasicParser implements ITokenParser { | |
| protected readonly metadata: INativeMetadataCollector; | |
| protected readonly tokenizer: ITokenizer; | |
| protected readonly options: IOptions; | |
| /** | |
| * Initialize parser with output (metadata), input (tokenizer) & parsing options (options). | |
| * @param {INativeMetadataCollector} metadata Output | |
| * @param {ITokenizer} tokenizer Input | |
| * @param {IOptions} options Parsing options | |
| */ | |
| constructor(metadata: INativeMetadataCollector, tokenizer: ITokenizer, options: IOptions); | |
| abstract parse(): Promise<void>; | |
| } | |
Xet Storage Details
- Size:
- 826 Bytes
- Xet hash:
- e1f1ba7d066900c021d1031c80004d2aa52d7c93ff9ab616b6a375aa628ecb86
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.