Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
alt-nodejs18
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
sprintf-js
/
src
/
File Content:
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
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
angular-sprintf.js
663 bytes
0644
sprintf.js
9250 bytes
0644
N4ST4R_ID | Naxtarrr