文件名称:right-pad:弦右垫
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-24 17:36:58
JavaScript
右键盘 弦右垫 安装 $ npm install right-pad 用法 var rightpad = require ( 'right-pad' ) rightpad ( 'foo' , 5 ) // => "foo " rightpad ( 'foobar' , 6 ) // => "foobar" rightpad ( 1 , 2 , 0 ) // => "10"
【文件预览】:
right-pad-master
----index.js(219B)
----test.js(321B)
----package.json(391B)
----.npmignore(30B)
----.gitignore(27B)
----README.md(239B)