utils:实用程序的集合

时间:2024-04-01 10:18:06
【文件属性】:

文件名称:utils:实用程序的集合

文件大小:53KB

文件格式:ZIP

更新时间:2024-04-01 10:18:06

JavaScript

实用程序 实用程序的集合 formatUrlWithProtocol 返回格式化的url import { formatUrlWithProtocol } from "@nath-green/utils" ; const formattedUrl = formatUrlWithProtocol ( { url : "www.test.co.uk" , secure : true , } ) ; // returns https://www.test.co.uk 参数 价值观的对象 参数 类型 默认 描述 网址 细绳 要格式化的网址 安全的 布尔型 false 加上https前缀 isEmptyObject 返回一个boolean import { isEmptyObject } from "@nath-green/utils" ; const models = { }


【文件预览】:
utils-main
----.babelrc(66B)
----rollup.config.js(696B)
----package.json(960B)
----LICENSE(1KB)
----src()
--------index.js(112B)
--------lib()
----.gitignore(27B)
----README.md(1KB)
----yarn.lock(130KB)

网友评论