Files
github-actions[bot] bb855f8f94 Update
2025-06-16 19:00:59 +00:00

10 lines
308 B
TypeScript

declare function joinPath(file: string): string;
declare function getPath(): string;
declare function _testReload(): void;
declare const _default: {
joinPath: typeof joinPath;
getPath: typeof getPath;
_testReload: typeof _testReload;
};
export default _default;
//# sourceMappingURL=data.d.ts.map