simple.js 104 B

12
  1. var mod_extsprintf = require('extsprintf');
  2. console.log(mod_extsprintf.sprintf('hello %25s', 'world'));