[ Root System Explorer ]
Location:
Root
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sprintf-js
/
src
+ Folder
+ File
Upload
Editing: angular-sprintf.js
/* global angular, sprintf, vsprintf */ !function() { 'use strict' angular. module('sprintf', []). filter('sprintf', function() { return function() { return sprintf.apply(null, arguments) } }). filter('fmt', ['$filter', function($filter) { return $filter('sprintf') }]). filter('vsprintf', function() { return function(format, argv) { return vsprintf(format, argv) } }). filter('vfmt', ['$filter', function($filter) { return $filter('vsprintf') }]) }(); // eslint-disable-line
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 angular-sprintf.js
FILE
Ren
[EDIT]
DEL
📄 sprintf.js
FILE
Ren
[EDIT]
DEL