Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
{ MILLISECOND } from
'./Types'
3
4
export
interface
ICastParser {
5
parse(text: string): ICastObject
6
}
7
8
export
function
parse(text: string): ICastObject {
9
const
factories = [
Callers
8
parse
Function · 0.65
parse
Method · 0.65
parse
Method · 0.65
parse
Method · 0.65
parse
Method · 0.65
CastParser.test.ts
File · 0.65
st
Function · 0.65
bundle.min.js
File · 0.65
Implementers
4
AsciinemaCastParser
src/CastParser.ts
AsciinemaCastV1Parser
src/CastParser.ts
AsciinemaCastV2Parser
src/CastParser.ts
TerminalizerParser
src/CastParser.ts
Calls
no outgoing calls
Tested by
no test coverage detected