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