UNPKG

fork-ts-checker-webpack-plugin

Version:
7 lines (6 loc) 155 B
interface Logger { info: (message: string) => void; log: (message: string) => void; error: (message: string) => void; } export default Logger;