UNPKG

novaparse

Version:
5 lines (4 loc) 256 B
import { ShanResource } from "../resourceParsers/ShanResource"; import { Animation } from "novadatainterface/Animation"; declare function ShanParse(shan: ShanResource, notFoundFunction: (message: string) => void): Promise<Animation>; export { ShanParse };