UNPKG

checksync

Version:

A tool that allows code to be annotated across different files to ensure they remain in sync.

6 lines (5 loc) 146 B
import Logger from "./logger"; export default class StringLogger extends Logger { getLog: () => string; constructor(verbose?: boolean); }