gsplat_library / src /custom.d.ts
bilca's picture
Upload 56 files
352fb85 verified
raw
history blame
134 Bytes
declare module "web-worker:*" {
const WorkerConstructor: {
new (): Worker;
};
export default WorkerConstructor;
}