import { expectType } from "tsd"; import "../lib/svg"; expectType( Svg.init("https://cdn.sstatic.net/Img/stacks-icons", "d569c09cdf59") ); expectType>(Svg.get("Achievements")); expectType(Svg.cache.Achievements); expectType>(Svg.GetImage()()); expectType | Error>(Svg._placeholder()); expectType>(Svg.Achievements()); expectType>(Svg.Achievements.With("native"));