Skip to main content
Module

x/deno_books/deps.ts>Command#globalComplete

Access OpenLibrary's API with Deno.
Go to Latest
method Command.prototype.globalComplete
Re-export
import { Command } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";

Register global complete handler.

Parameters

name: string

The name of the completion.

complete: CompleteHandler

The callback method to complete the type.

optional
options: Omit<CompleteOptions, "global">

Complete options.