UNPKG

checksync

Version:

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

4 lines (3 loc) 170 B
export { run as runCli } from "./cli"; export { default as checkSync } from "./check-sync"; export { default as loadConfigurationFile } from "./load-configuration-file";