Skip to content

Instantly share code, notes, and snippets.

@joeltg
Last active June 22, 2021 22:44
Show Gist options
  • Save joeltg/b46025b5175e06c1586d714dc0960443 to your computer and use it in GitHub Desktop.
Save joeltg/b46025b5175e06c1586d714dc0960443 to your computer and use it in GitHub Desktop.
declare module "signed-varint" {
function encode(input: number): number[]
function decode(input: Uint8Array, offset?: number): number
function encodingLength(input: number): number
}
{
"version": "0.0.1",
"name": "@types/signed-varint",
"types": "index.d.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment