initial commit
This commit is contained in:
9
node_modules/jibo-dev/lib/dts/bt-flow/flow/gojs-loader/GojsLoader.d.ts
generated
vendored
Normal file
9
node_modules/jibo-dev/lib/dts/bt-flow/flow/gojs-loader/GojsLoader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import Procedure from "../flow-objects/Procedure";
|
||||
declare class GojsLoader {
|
||||
static getName(uri: string): string;
|
||||
static getBase(uri: string): string;
|
||||
static loadProcedureRelative(currentUri: string, name: string): Procedure;
|
||||
static loadProcedure(uri: string): Procedure;
|
||||
static loadParsedProcedure(uri: string, base: any): Procedure;
|
||||
}
|
||||
export default GojsLoader;
|
||||
Reference in New Issue
Block a user