mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
16
webGl/my-threejs-test/node_modules/@parcel/fs/index.d.ts
generated
vendored
Normal file
16
webGl/my-threejs-test/node_modules/@parcel/fs/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import type {FileSystem} from './lib/types';
|
||||
import type WorkerFarm from '@parcel/workers';
|
||||
|
||||
export * from './lib/types';
|
||||
|
||||
export const NodeFS: {
|
||||
new (): FileSystem;
|
||||
};
|
||||
|
||||
export const MemoryFS: {
|
||||
new (farm: WorkerFarm): FileSystem;
|
||||
};
|
||||
|
||||
export const OverlayFS: {
|
||||
new (writable: FileSystem, readable: FileSystem): FileSystem;
|
||||
};
|
Reference in New Issue
Block a user