UNPKG

@temari/digitm

Version:

git commit 规范的 表情emoji 的提交

15 lines (14 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* * @Author: saber * @Date: 2021-12-27 17:59:13 * @LastEditTime: 2021-12-27 17:59:13 * @LastEditors: saber * @Description: */ const COMMIT_MODES = { CLIENT: 'client', HOOK: 'hook' }; exports.default = COMMIT_MODES;