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:
22
webGl/my-threejs-test/node_modules/@parcel/package-manager/index.d.ts
generated
vendored
Normal file
22
webGl/my-threejs-test/node_modules/@parcel/package-manager/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import type {FilePath} from '@parcel/types';
|
||||
import type {FileSystem} from '@parcel/fs';
|
||||
import type {PackageInstaller, PackageManager} from './lib/types';
|
||||
|
||||
export * from './lib/types';
|
||||
|
||||
export const Npm: {
|
||||
new (): PackageInstaller;
|
||||
};
|
||||
export const Pnpm: {
|
||||
new (): PackageInstaller;
|
||||
};
|
||||
export const Yarn: {
|
||||
new (): PackageInstaller;
|
||||
};
|
||||
|
||||
export const MockPackageInstaller: {
|
||||
new (): PackageInstaller;
|
||||
};
|
||||
export const NodePackageManager: {
|
||||
new (fs: FileSystem, projectRoot: FilePath, installer?: PackageInstaller): PackageManager;
|
||||
};
|
Reference in New Issue
Block a user