There was an error while loading. Please reload this page.
RdfInterface
initialisePython()
1 parent 9b1ace5 commit fd48383Copy full SHA for fd48383
2 files changed
src/bg2cellml/index.ts
@@ -71,7 +71,7 @@ let pyodideRegistered: boolean = false
71
type Statement = object
72
73
// import from @celldl/editor-types
74
-type RdfInterface = {
+export type RdfInterface = {
75
oximockRdfModule: object
76
getRdfStatements: () => Statement[]
77
}
src/index.ts
@@ -1,7 +1,7 @@
1
// Export CellML generation tools
2
3
export { initialisePython, celldl2cellml } from './bg2cellml'
4
-export type { CellMLOutput } from './bg2cellml'
+export type { CellMLOutput, RdfInterface } from './bg2cellml'
5
6
// Export Pyodide's API
7
0 commit comments