UNPKG

@pecometer/peco-cli

Version:

Pecometer Command Line Interface Application with monorepo support

5 lines 411 B
"use strict"; /** * @author Sean Hutchinson * @copyright Pecometer Software Ltd */var OutputType;Object.defineProperty(exports,"__esModule",{value:!0}),exports.OutputType=void 0,function(OutputType){OutputType[OutputType.Info=0]="Info",OutputType[OutputType.Notice=1]="Notice",OutputType[OutputType.Error=2]="Error",OutputType[OutputType.Warning=3]="Warning"}(OutputType||(exports.OutputType=OutputType={}));