Skip to content

Commit fd48383

Browse files
committed
Export the RdfInterface type used for initialisePython().
1 parent 9b1ace5 commit fd48383

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/bg2cellml/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ let pyodideRegistered: boolean = false
7171
type Statement = object
7272

7373
// import from @celldl/editor-types
74-
type RdfInterface = {
74+
export type RdfInterface = {
7575
oximockRdfModule: object
7676
getRdfStatements: () => Statement[]
7777
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Export CellML generation tools
22

33
export { initialisePython, celldl2cellml } from './bg2cellml'
4-
export type { CellMLOutput } from './bg2cellml'
4+
export type { CellMLOutput, RdfInterface } from './bg2cellml'
55

66
// Export Pyodide's API
77

0 commit comments

Comments
 (0)