haruki-sekai-deck-recommend-cpp 0.3.1 → 0.3.2
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/index.d.ts +2 -0
- package/package.json +1 -1
- package/sekai_deck_recommend.wasm +0 -0
package/index.d.ts
CHANGED
|
@@ -273,6 +273,8 @@ export interface RecommendDeck {
|
|
|
273
273
|
|
|
274
274
|
export interface RecommendResult {
|
|
275
275
|
decks: RecommendDeck[]
|
|
276
|
+
/** Wall-clock time of the search algorithm itself in milliseconds (excludes option/user-data parsing and result serialization). */
|
|
277
|
+
cost_ms: number
|
|
276
278
|
}
|
|
277
279
|
|
|
278
280
|
export interface WorldBloomSupportCard {
|
package/package.json
CHANGED
|
Binary file
|