UNPKG

scryfall

Version:

A simple wrapper around Scryfall's public API.

5 lines (4 loc) 100 B
/** * Represents a uuid-compliant string value. */ export declare type ScryfallUUID = string;