feat: init
This commit is contained in:
8
node_modules/@vercel/nft/out/analyze.d.ts
generated
vendored
Normal file
8
node_modules/@vercel/nft/out/analyze.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Job } from './node-file-trace';
|
||||
export interface AnalyzeResult {
|
||||
assets: Set<string>;
|
||||
deps: Set<string>;
|
||||
imports: Set<string>;
|
||||
isESM: boolean;
|
||||
}
|
||||
export default function analyze(id: string, code: string, job: Job): Promise<AnalyzeResult>;
|
||||
Reference in New Issue
Block a user