UNPKG

decap-cms-core

Version:

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

10 lines (8 loc) 160 B
export default { fromFile(content: string) { return JSON.parse(content); }, toFile(data: object) { return JSON.stringify(data, null, 2); }, };