Files
PasswordManager/node_modules/file-uri-to-path/index.d.ts
RochesterX 1db3224105 SQLite
2026-01-22 12:59:10 -05:00

3 lines
77 B
TypeScript

declare function fileUriToPath(uri: string): string;
export = fileUriToPath;