UNPKG

@pecometer/peco-cli

Version:

Pecometer Command Line Interface Application

1 lines 347 B
"use strict";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||(exports.OutputType={}));