blob: d55afd8baa6cdfa6556013bead00ff80f8ace18b [file]
function isLocalId(id) {
return (/^_local/).test(id);
}
export default isLocalId;