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:
11
webGl/my-threejs-test/node_modules/@parcel/cache/index.d.ts
generated
vendored
Normal file
11
webGl/my-threejs-test/node_modules/@parcel/cache/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type {FilePath} from '@parcel/types';
|
||||
import type {Cache} from './lib/types';
|
||||
|
||||
export type {Cache} from './lib/types';
|
||||
export const FSCache: {
|
||||
new (cacheDir: FilePath): Cache
|
||||
};
|
||||
|
||||
export const LMDBCache: {
|
||||
new (cacheDir: FilePath): Cache
|
||||
};
|
Reference in New Issue
Block a user