UNPKG

checksync

Version:

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

4 lines (3 loc) 105 B
import { Options } from "./types"; declare const defaultOptions: Options; export default defaultOptions;