UNPKG

mycoder

Version:

A command line tool using agent that can do arbitrary tasks, including coding tasks

6 lines 235 B
import { LogLevel } from 'mycoder-agent'; export const nameToLogIndex = (logLevelName) => { // look up the log level name in the enum to get the value return LogLevel[logLevelName]; }; //# sourceMappingURL=nameToLogIndex.js.map