UNPKG

@iicoding/utils

Version:

Browser 端 - 类型判断 - 类似 koa 的异步compose - sleep - 扩展对象属性 - 扩展 storage 对象功能

10 lines (9 loc) 338 B
export declare const spacePatten: RegExp; export declare const isSingleNumOrLetter: RegExp; export declare const phonePattern: RegExp; export declare const emailPattern: RegExp; export declare const urlPattern: RegExp; export declare const urlPatternExtend: (options: { httpPrefix?: string; mateLocalhost?: boolean; }) => string;