web3d / node_modules /three /src /loaders /LoaderUtils.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
167 Bytes
import { TypedArray } from '../polyfills';
export class LoaderUtils {
static decodeText(array: TypedArray): string;
static extractUrlBase(url: string): string;
}