Skip to content

Commit

Permalink
Missing function getVersion in TypeScript typings
Browse files Browse the repository at this point in the history
Global function `ms.getVersion()` is missing from TypeScript typings
  • Loading branch information
r3mi committed Oct 22, 2018
1 parent f65cd87 commit 64fe7b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Expand Up @@ -124,3 +124,6 @@ export class Symbol {
setOptions(opts: SymbolOptions): Symbol;
toDataURL(): string;
}

// Gets the version of milsymbol.
export function getVersion(): string;

0 comments on commit 64fe7b3

Please sign in to comment.