UNPKG

potree-core

Version:

Potree wrapper for three.js applications

3 lines (2 loc) 154 B
export type GetUrlFn = (url: string) => string | Promise<string>; export type XhrRequest = (input: RequestInfo, init?: RequestInit) => Promise<Response>;