module.exports = angular.module('stf.sprintf', []) .filter('sprintf', require('./sprintf-filter'))