UNPKG

@nlabs/lex

Version:
7 lines (6 loc) 240 B
export interface LinkOptions { readonly cliName?: string; readonly quiet?: boolean; } export type LinkCallback = (status: number) => void; export declare const linked: (cmd: LinkOptions, callback?: LinkCallback) => Promise<number>;