penambahan web socket
This commit is contained in:
No files matched your search
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import { OutputChunk } from "rollup";
|
||||
interface SourceMapModuleRenderInfo {
|
||||
id: string;
|
||||
renderedLength: number;
|
||||
code: string[];
|
||||
}
|
||||
export declare const getSourcemapModules: (id: string, outputChunk: OutputChunk, dir: string) => Promise<Record<string, SourceMapModuleRenderInfo>>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user