All Projects → chenjiahan → util-ts

chenjiahan / util-ts

Licence: other
Utils for mobile browsers, built with TypeScript

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to util-ts

ThemeApplyTools
MIUI 无 root 主题工具
Stars: ✭ 31 (+34.78%)
Mutual labels:  utils
onex-utils
Web business development general tool library 通用业务工具库 🥷
Stars: ✭ 23 (+0%)
Mutual labels:  utils
Assembly-Lib
A 16-bits x86 DOS Assembly library that provides many useful functions for developing programs. It has both VGA grapics functions as well as general purpose utilities. The main purpose of this library was to be able to implement simple DOS games (in Assembly) using VGA (320x200, 256 colors) display.
Stars: ✭ 36 (+56.52%)
Mutual labels:  utils
type-predicates
A comprehensive collection of type-guards, type assertions and related utils
Stars: ✭ 44 (+91.3%)
Mutual labels:  utils
JavaInterview
JVM、JUC(高并发)、集合、计算机网络、数据库、MySql、Redis、、工作流(Activiti)、规则引擎(Drools)、Spring、SpringCloud、Mybatis、Git、Docker、Utils、Linux
Stars: ✭ 179 (+678.26%)
Mutual labels:  utils
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-39.13%)
Mutual labels:  utils
borax
📓 Python3工具集合库——中国农历/中文数字/设计模式/树形结构
Stars: ✭ 57 (+147.83%)
Mutual labels:  utils
dotty dict
Dictionary wrapper for quick access to deeply nested keys.
Stars: ✭ 67 (+191.3%)
Mutual labels:  utils
bat
Battery management utility for Linux laptops.
Stars: ✭ 107 (+365.22%)
Mutual labels:  utils
tdesign-common
TDesign style/utils shared by multiple frameworks repo.
Stars: ✭ 70 (+204.35%)
Mutual labels:  utils
jPublic
在我们开发项目的时候,无论项目规模大小,在所难免会写一些工具型函数来解决一些问题,随着项目开发和维护的时间越来越长,这些工具型函数会越来越多,同时还会穿插在各个项目的各模块或者文件当中,使得项目变的越来越臃肿,也不方便复用和维护。这时我们就会提取出一个类似的工具库或者基础库作为项目基础依赖,在项目中重复利用起来。 为了这样的工具库或类库更易扩展、易维护、易复用和更加稳定,我们就需要更好的去管理完善工具库。
Stars: ✭ 39 (+69.57%)
Mutual labels:  utils
CommonUtils
A collection of useful Android classes
Stars: ✭ 37 (+60.87%)
Mutual labels:  utils
Log
Breaking android log word limits and automatically formatting json.
Stars: ✭ 14 (-39.13%)
Mutual labels:  utils
ViseUtils
整理的系列基础工具类,包含辅助工具、加密解密、数据转换、IO操作、系统工具等。
Stars: ✭ 73 (+217.39%)
Mutual labels:  utils
sagittarius
🎯 A set of javascript most used utils📑
Stars: ✭ 42 (+82.61%)
Mutual labels:  utils
geojson-python-utils
Python helper functions for manipulating GeoJSON
Stars: ✭ 86 (+273.91%)
Mutual labels:  utils
markdown-utils
Convert plain text into snippets of markdown.
Stars: ✭ 28 (+21.74%)
Mutual labels:  utils
silky-charts
A silky smooth D3/React library
Stars: ✭ 38 (+65.22%)
Mutual labels:  utils
purescript-ffi-utils
A utility library for the purescript foreign function interface
Stars: ✭ 22 (-4.35%)
Mutual labels:  utils
clearbit-go
Go bindings for Clearbit
Stars: ✭ 12 (-47.83%)
Mutual labels:  utils

util.ts

Utils for mobile browsers, built with TypeScript

Cookies

setCookie(key: string, value: string): void;
getCookie(key: string): string;
getAllCookie(): Cookies;
removeCookie(key: string): void;

QueryString

getQueryString(key: string): string;
getAllQueryString(key: string): QueryStrings;

Object

isEmptyObject(obj: Object): boolean;
objectAssign(target: Object, ...args: Object[]): Object;
objectToQuery(obj: Object): string;

Polyfills

raf(callback: Function): number;
cancelRaf(id: number): void;

Others

decode(value: string): string;
detectWebp(callback: (result: boolean) => void);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].