UNPKG

decap-cms-core

Version:

Decap CMS core application, see decap-cms package for the main distribution.

8 lines (7 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMMIT_DATE = exports.COMMIT_AUTHOR = void 0; const COMMIT_AUTHOR = exports.COMMIT_AUTHOR = 'commit_author'; const COMMIT_DATE = exports.COMMIT_DATE = 'commit_date';