@konoui/mjimage 0.0.40 → 0.0.41
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/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -762,8 +762,8 @@ export declare class Efficiency {
|
|
|
762
762
|
shanten: number;
|
|
763
763
|
candidates: Tile[];
|
|
764
764
|
};
|
|
765
|
-
static partialCandidateTiles(input: string, options
|
|
766
|
-
fourSetsOnePair
|
|
765
|
+
static partialCandidateTiles(input: string, options?: {
|
|
766
|
+
fourSetsOnePair?: boolean;
|
|
767
767
|
}): {
|
|
768
768
|
shanten: number;
|
|
769
769
|
candidates: Tile[];
|
package/dist/index.d.ts
CHANGED
|
@@ -762,8 +762,8 @@ export declare class Efficiency {
|
|
|
762
762
|
shanten: number;
|
|
763
763
|
candidates: Tile[];
|
|
764
764
|
};
|
|
765
|
-
static partialCandidateTiles(input: string, options
|
|
766
|
-
fourSetsOnePair
|
|
765
|
+
static partialCandidateTiles(input: string, options?: {
|
|
766
|
+
fourSetsOnePair?: boolean;
|
|
767
767
|
}): {
|
|
768
768
|
shanten: number;
|
|
769
769
|
candidates: Tile[];
|