Skip to content

Commit

Permalink
Updated the typings file to just work for now
Browse files Browse the repository at this point in the history
  • Loading branch information
torch2424 committed Nov 11, 2020
1 parent 4442d68 commit 59e9202
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions lib/as-bind.d.ts
@@ -1,13 +1,2 @@
import { instantiate, instantiateSync } from "@assemblyscript/loader";

export interface AsBind {
// General asbind versionn
version: number;

// Our APIs
instantiate: typeof instantiate;

instantiateSync: typeof instantiateSync;
}

export type AsBindLib = AsBind;
// We plan to port AsBind to TypeScript: https://github.com/torch2424/as-bind/issues/56
export var AsBind: any;

0 comments on commit 59e9202

Please sign in to comment.