lxns-rhythm-api 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # lxns-rhythm-api
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/lxns-rhythm-api.svg)](https://www.npmjs.com/package/lxns-rhythm-api)
4
+
3
5
  一个面向 [落雪咖啡屋查分器](https://maimai.lxns.net/) 的 TypeScript SDK,当前支持 `maimai` 与 `chunithm`。
4
6
 
5
7
  ## 特性
@@ -0,0 +1,13 @@
1
+ //#region \0rolldown/runtime.js
2
+ var __defProp = Object.defineProperty;
3
+ var __exportAll = (all, no_symbols) => {
4
+ let target = {};
5
+ for (var name in all) __defProp(target, name, {
6
+ get: all[name],
7
+ enumerable: true
8
+ });
9
+ if (!no_symbols) __defProp(target, Symbol.toStringTag, { value: "Module" });
10
+ return target;
11
+ };
12
+ //#endregion
13
+ export { __exportAll as t };