文件名称:prepend-slash
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-19 06:54:14
JavaScript
前斜杠 将前导斜杠设置为给定字符串的第一个字符。 安装 $ npm install prepend-slash 用法 var prependSlash = require ( 'prepend-slash' ) ; console . log ( prependSlash ( 'path/to' ) ) ; // output: /path/to console . log ( prependSlash ( '/path/to' ) ) ; // output: /path/to console . log ( prependSlash ( '' ) ) ; // throws TypeError console . log ( prependSlash ( '' , false ) ) ; // output: / 原料药 prependSlash(string, [strict=tr
【文件预览】:
prepend-slash-master
----.gitignore(13B)
----.eslintrc(155B)
----package.json(889B)
----LICENSE(1KB)
----index.js(577B)
----README.md(1KB)
----circle.yml(36B)
----.npmignore(40B)
----test()
--------prepend-slash.spec.js(548B)
--------mocha.opts(17B)