'use strict'; /** * A set of functions called "actions" for `SettingsManager` */ module.exports = { find: function *() { this.body = []; } };