vite-uni-dev-tool
Version:
vite-uni-dev-tool, debug, uni-app, 一处编写,到处调试
6 lines • 396 B
TypeScript
export declare function findInsertionIndex(lines: string[], condition: (p: string) => boolean): number;
export declare function getContentType(filePath: string): string;
export declare function getLocalIPs(): string[];
export declare function hasImportOnLaunch(str: string): boolean;
export declare function hasImportCurrentInstance(str: string): boolean;
//# sourceMappingURL=index.d.ts.map