UNPKG

@contaquanto/qlog

Version:
12 lines (11 loc) 301 B
declare enum LogOperation { MSG = "MSG", IO = "IO", AWAIT = "AWAIT", DONE = "DONE", NOTE = "NOTE" } declare const OperationColors: {}; declare const MaxOperationStringLength: number; export default LogOperation; export { LogOperation, MaxOperationStringLength, OperationColors, };