UNPKG

ddc-commit-hooks

Version:
7 lines (6 loc) 184 B
#!/usr/bin/env node import * as Config from "./configDefaults"; declare const _default: { getCommitMessage: (config: Config.config, cb?: () => void) => void; }; export = _default;