semantic-commit-emoji
Version:
CLI for rewriting semantic commits with an emoji prefix
8 lines (7 loc) • 299 B
TypeScript
import { Config } from "semantic-commit-emoji-config";
/**
* Synchronously read in a string from the provided file, sends the contents
* to the processor and writes back the resulting commit message.
*/
declare const _default: (config: Config, filePath: string) => void;
export default _default;