UNPKG

love-typescript-definitions

Version:
8 lines (7 loc) 188 B
declare module "love.filesystem" { /** * How to decode a given FileData. * @link [FileDecoder](https://love2d.org/wiki/FileDecoder) */ type FileDecoder = "file" | "base64"; }