2 Star 3 Fork 1

zguiyang / quick-utils-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Introduction

This tool provides us with a quick and common tool method functions in the front-end project business. Most of the code of the tool library comes from the network and the community, and uses part of outils sound code, All projects are developed usingTypescript, The current tool library containsArray,Blob,Cookie,Date,Device,Dom,Number,Object,Random,Regex,String related operation methods and some tool methods. At present, some tool functions in the tool library are not very many, and will be gradually increased later.

In addition, the library differs from lodash in that the tool functions in this tool are tool methods that are isolated from the project business (business direction tool functions) rather than pure tool methods. We also welcome suggestions to optimize, or directly raisePR, any questions, can be asked in the issue

repo

gitee

Compatibility

Browser

Internet Explorer is not supported. The latest 2 versions of modern browsers such asEdge,Firefox,Chrome,Safari. Other versions of these browsers have not been rigorously tested due to development resource constraints. But quick-utils-js is expected to work well on less old versions of these browsers(for example, within 2 years). Feel free to issue if you find any problems

Typescript

Need to release > 3.9.10

Quick start

Install

npm i quick-utils-js or yarn add quick-utils-js

Usage

import { generateUUID } from "quick-utils-js";

console.log ( generateUUID () );
MIT License Copyright (c) 2022 only丶炀 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

用ts开发js常用工具函数库 展开 收起
TypeScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/zhaoguiyang/quick-utils-js.git
git@gitee.com:zhaoguiyang/quick-utils-js.git
zhaoguiyang
quick-utils-js
quick-utils-js
main

搜索帮助