6cd9596
1
2
3
4
5
6
7
import { TypedArray } from '../polyfills'; export class LoaderUtils { static decodeText(array: TypedArray): string; static extractUrlBase(url: string): string; }