UNPKG

myelin.dev

Version:

**Translation infrastructure that sparks joy** ✨

8 lines (6 loc) 118 B
const isLocalSync = ({ config }) => { return config.sync.type === "local"; }; module.exports = { isLocalSync, };