UNPKG

love-typescript-definitions

Version:
9 lines (8 loc) 218 B
declare module "love.data" { /** * Return type of various data-returning functions. * @link [EncodeFormat](https://love2d.org/wiki/EncodeFormat) * @snice 11.0 */ type EncodeFormat = "base64" | "hex"; }