Skip to content

@celox-sim/celox / index / SourceFile

Interface: SourceFile

Defined in: packages/celox/src/types.ts:15

A source file with its path and content.

Properties

content

readonly content: string

Defined in: packages/celox/src/types.ts:17


path

readonly path: string

Defined in: packages/celox/src/types.ts:16