文件名称:is-relative-url:检查URL是否是相对的
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-15 01:47:32
JavaScript
is-relative-url 检查URL是否是相对的 安装 $ npm install is-relative-url 用法 const isRelativeUrl = require ( 'is-relative-url' ) ; isRelativeUrl ( 'foo/bar' ) ; //=> true isRelativeUrl ( 'https://sindresorhus.com/foo/bar' ) ; //=> false isRelativeUrl ( '//sindresorhus.com' ) ; //=> true 有关的 参见进行逆运算。 执照 麻省理工学院:copyright:
【文件预览】:
is-relative-url-main
----index.test-d.ts(117B)
----.gitattributes(19B)
----.github()
--------workflows()
----test.js(385B)
----license(1KB)
----index.d.ts(363B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(23B)
----index.js(110B)
----readme.md(485B)
----package.json(617B)