MCPcopy Create free account
hub / github.com/CashScript/cashscript / Typed

Interface Typed

packages/cashc/src/ast/AST.ts:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface Typed {
21 type: Type;
22}
23
24export class SourceFileNode extends Node {
25 constructor(

Callers

nothing calls this directly

Implementers 3

ParameterNodepackages/cashc/src/ast/AST.ts
VariableDefinitionNodepackages/cashc/src/ast/AST.ts
CastNodepackages/cashc/src/ast/AST.ts

Calls

no outgoing calls

Tested by

no test coverage detected