Skip to content

Commit

Permalink
fix: type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed Feb 11, 2019
1 parent 0bb563f commit e6095ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ declare module "@webassemblyjs/ast" {
export function global(globalType: string, nodes: Node[]): Global;
export function identifier(indentifier: string): Identifier;
export function funcParam(valType: string, id: Identifier): FuncParam;
export function instruction(inst: string, args: Node[]): Instruction;
export function instruction(inst: string, args?: Node[]): Instruction;
export function callInstruction(funcIndex: Index): CallInstruction;
export function objectInstruction(
kind: string,
Expand Down

0 comments on commit e6095ea

Please sign in to comment.