UNPKG

159 BTypeScriptView Raw
1export interface LoaderUtils {
2 decodeText(array: BufferSource): string;
3 extractUrlBase(url: string): string;
4}
5
6export const LoaderUtils: LoaderUtils;