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

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

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

If module_or_path is {RequestInfo} or {URL}, makes a request and for everything else, calls WebAssembly.instantiate directly.

Parameters

optional
module_or_path: InitInput | Promise<InitInput>