项目文件夹

文件
2026-03-20 00:42:28 +00:00

5 行
196 B
JavaScript

/** Check if usage limit is reached (either window at 100%) */
export function isLimitReached(data) {
return data.fiveHour === 100 || data.sevenDay === 100;
}
//# sourceMappingURL=types.js.map