UNPKG

@maniascript/mslint

Version:
9 lines (8 loc) 514 B
declare function formatNanoseconds(time: bigint): string; declare function formatTextUnderline(message: string): string; declare function formatTextDim(message: string): string; declare function formatTextColorRed(message: string): string; declare function formatTextColorOrange(message: string): string; declare function info(text: string): void; declare function error(text: string): void; export { formatNanoseconds, formatTextUnderline, formatTextDim, formatTextColorRed, formatTextColorOrange, info, error };