UNPKG

scryfall

Version:

A simple wrapper around Scryfall's public API.

26 lines (25 loc) 309 B
/** * A text representation of the available Magic colors. */ export declare enum ScryfallColor { /** * White. */ W, /** * Blue. */ U, /** * Black. */ B, /** * Red. */ R, /** * Green. */ G, }