UNPKG

three

Version:

JavaScript 3D library

7 lines (5 loc) 167 B
import { TypedArray } from '../polyfills'; export class LoaderUtils { static decodeText(array: TypedArray): string; static extractUrlBase(url: string): string; }