UNPKG

morbo-cli

Version:

… All tech debt is vermin in the eyes of Morbo!

10 lines (9 loc) 225 B
export declare type Definitions = { [key: string]: { regex: RegExp; description?: string; label: string; }; }; declare const defaultDefinitions: Definitions; export default defaultDefinitions;