UNPKG

@grept/node-plugin

Version:

Plugin for @grt/core. Help to manage nodejs versions of your repos

6 lines (5 loc) 218 B
import { IInputOptions } from "./interfaces"; import { IMeta } from "@grept/common"; export declare const PLUGIN_NAME = "node"; export declare const DEFAULT: Partial<IInputOptions>; export declare const META: IMeta[];