UNPKG

three

Version:

JavaScript 3D library

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