UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

4 lines 289 B
import { PlayerForm } from "isaac-typescript-definitions"; /** Maps transformation names to the values of the `PlayerForm` enum. */ export declare const TRANSFORMATION_NAME_TO_PLAYER_FORM_MAP: ReadonlyMap<string, PlayerForm>; //# sourceMappingURL=transformationNameToPlayerFormMap.d.ts.map