Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@supertenant/superconsts / lib / brain_log_levels.autogen.cjs
Size: Mime:
// Copyright (C) 2022, Supertenant Ltd. - All Rights Reserved.
// Generated by superconsts autogen, DO NOT EDIT!

'use strict';

/** @enum{number} */
exports.BrainLogLevel = {
    Debug: 0,
    Error: 3,
    Fatal: 4,
    Info: 1,
    Trace: -1,
    Warn: 2
};
exports.default = {
    BrainLogLevel: exports.BrainLogLevel
};