blob: cc0d6055c462add570fc36a751a9be9b583b43c2 [file] [log] [blame]
'use strict';
function isLocalId(id) {
return (/^_local/).test(id);
}
module.exports = isLocalId;