UNPKG

checksync

Version:

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

3 lines (2 loc) 82 B
import { ILog } from "./types"; export default function logHelp(log: ILog): void;