Spaces:
Running
Running
| import { TypedArray } from '../polyfills'; | |
| export class LoaderUtils { | |
| static decodeText(array: TypedArray): string; | |
| static extractUrlBase(url: string): string; | |
| } | |