How to use the @ember/string.loc.apply function in @ember/string

To help you get started, we’ve selected a few @ember/string examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github emberjs / ember.js / packages / @ember / -internals / glimmer / lib / helpers / loc.ts View on Github external
export default helper(function(params) {
  return loc.apply(null, params as any /* let the other side handle errors */);
});