UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

9 lines (8 loc) 268 B
import { Extension } from '../domain/extension'; /** * Loads the extension from a file. * * @param file The full path to the file to load. * @param options Options, such as */ export declare function loadExtensionFromFile(file: string, _options?: {}): Extension;