cube3x3x3
: { fullName
: string; id
: string; inventedBy
: string[]; inventionYear
: number; kpuzzle
: (() => Promise<KPuzzle>); llSVG
: (() => Promise<string>); pg
: (() => Promise<PuzzleGeometry>); puzzleSpecificSimplifyOptions
: PuzzleSpecificSimplifyOptions; stickeringMask
: ((stickering
: string) => Promise<StickeringMask>); stickerings
: (() => Promise<string[]>); svg
: (() => Promise<string>); } = ...
Type declaration
-
fullName: string
-
id: string
-
inventedBy: string[]
-
inventionYear: number
-
kpuzzle: (() => Promise<KPuzzle>)
-
llSVG: (() => Promise<string>)
-
- (): Promise<string>
-
Returns Promise<string>
-
-
-
stickeringMask: ((stickering: string) => Promise<StickeringMask>)
-
- (stickering: string): Promise<StickeringMask>
-
Returns Promise<StickeringMask>
-
stickerings: (() => Promise<string[]>)
-
- (): Promise<string[]>
-
Returns Promise<string[]>
-
svg: (() => Promise<string>)
-
- (): Promise<string>
-
Returns Promise<string>