# posinda-utils-js **Repository Path**: mygiteezhong/posinda-utils-js ## Basic Information - **Project Name**: posinda-utils-js - **Description**: 这是一个Typescript的业务工具类 - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-05 - **Last Updated**: 2023-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ___posinda-utils-js___ ___javascript前端工具库___ * * * ### 零、前言(Description) > 工具类库,参考loadsh和github上validate相关项目 * * * ### 一、使用(Usage) > 1、安装依赖 npm i > 2、打包文件 npm run build(umd) > 3、生成文档 npm run doc:build > 4、生成esm模块 npm run esm > 5、文档目录 ./docs ``` import * as U from 'posinda-utils-js' U.isDXPhone('15545665478') 是否为电信号码 ``` * * * ### 二、😭 TODOLIST 😅 - [x] 模块规划 - [x] 添加通行证和社会验证模块 - [x] 文档生成 - [ ] 测试用例编写 ***项目暂未完成,完成后会开放源代码地址*** ***如有需要,请邮箱1712696377@qq.com联系,谢谢!***