aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/extsprintf/examples/simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/extsprintf/examples/simple.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/extsprintf/examples/simple.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/extsprintf/examples/simple.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/extsprintf/examples/simple.js
new file mode 100644
index 00000000..9f342f5b
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/extsprintf/examples/simple.js
@@ -0,0 +1,2 @@
+var mod_extsprintf = require('extsprintf');
+console.log(mod_extsprintf.sprintf('hello %25s', 'world'));