mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 06:47:00 +00:00
3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
declare function fileUriToPath(uri: string): string;
|
|
export = fileUriToPath;
|