Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/maxminddb/dist/lib.d.ts>InitOutput

A library that enables the usage of MaxmindDB geoIP databases by using the Rust library in a WASM module
Latest
interface InitOutput
import { type InitOutput } from "https://deno.land/x/maxminddb@v1.2.0/dist/lib.d.ts";

Properties

readonly
memory: WebAssembly.Memory
readonly
__wbg_maxmind_free: (a: number) => void
readonly
maxmind_new: (a: number, b: number) => number
readonly
maxmind_lookup_city: (
a: number,
b: number,
c: number,
) => number
readonly
maxmind_get_metadata: (a: number) => number
readonly
run: () => void
readonly
__wbindgen_malloc: (a: number) => number
readonly
__wbindgen_realloc: (
a: number,
b: number,
c: number,
) => number
readonly
__wbindgen_free: (a: number, b: number) => void
readonly
__wbindgen_start: () => void