Spaces:
Running
Running
File size: 167 Bytes
263e0f2 |
1 2 3 4 5 6 7 |
import { TypedArray } from '../polyfills';
export class LoaderUtils {
static decodeText(array: TypedArray): string;
static extractUrlBase(url: string): string;
}
|