UNPKG

blob2d

Version:

Typed Modular 2D Game Engine for Web

7 lines (6 loc) 146 B
export type TKeyframesDictionary<TKeys extends string> = { [K in TKeys]: { readonly firstGID: number; readonly lastGID: number; }; };