UNPKG

semantic-commit-emoji

Version:
8 lines (7 loc) 299 B
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;