UNPKG

glint-tasks

Version:

collection of tasks to automate handling the glint modules

9 lines (8 loc) 217 B
module.exports = { fs: { findWithLocale: function(locale, fn) { var query = 'this.id.indexOf("__template__") === -1 && this.locale === "' + locale + '"'; this.find({$where: query}, fn); } } };