MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / ICastParser

Interface ICastParser

src/CastParser.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { MILLISECOND } from './Types'
3
4export interface ICastParser {
5 parse(text: string): ICastObject
6}
7
8export function parse(text: string): ICastObject {
9 const factories = [

Callers 8

parseFunction · 0.65
parseMethod · 0.65
parseMethod · 0.65
parseMethod · 0.65
parseMethod · 0.65
CastParser.test.tsFile · 0.65
stFunction · 0.65
bundle.min.jsFile · 0.65

Implementers 4

AsciinemaCastParsersrc/CastParser.ts
AsciinemaCastV1Parsersrc/CastParser.ts
AsciinemaCastV2Parsersrc/CastParser.ts
TerminalizerParsersrc/CastParser.ts

Calls

no outgoing calls

Tested by

no test coverage detected