tstest/ts/tstest.logprefixes.ts

4 lines
137 B
TypeScript
Raw Normal View History

2018-08-04 12:23:07 +00:00
import * as plugins from './tstest.plugins';
2018-08-04 21:16:21 +00:00
export const TapPrefix = plugins.consolecolor.coloredString(`:::TAP:::`, 'pink', 'black');