live-util-ts
TypeScript icon, indicating that this package has built-in type declarations

1.3.1 • Public • Published

直播项目组开发中需要的工具类包

一套在开发中实践积累起来的实用JavaScript工具库

 提交新模块

在找到所需模块的情况下,可以提交新的功能模块

基本原则

  • 不要重复,是在原有模块上扩展还是重新开发新的模块
  • 编写使用说明文档
  • 编写单元测试
  • 有代码都必须写在一个文件
  • 如果模块是类,则文件名以大写开头
  • 如果模块只能在browser端运行则在web文件夹下开发,测试文件写在web文件夹下
  • 如果模块只能在node端运行则node文件夹下开发,测试文件写下 node文件夹下
  • 通用模块写在common文件夹下。测试文件写在common文件夹下

Readme

Keywords

none

Package Sidebar

Install

npm i live-util-ts

Weekly Downloads

1

Version

1.3.1

License

none

Unpacked Size

327 kB

Total Files

8

Last publish

Collaborators

  • sunhaikuo