UNPKG

@pkerschbaum/code-oss-file-service

Version:

VS Code ([microsoft/vscode](https://github.com/microsoft/vscode)) includes a rich "`FileService`" and "`DiskFileSystemProvider`" abstraction built on top of Node.js core modules (`fs`, `path`) and Electron's `shell` module. This package allows to use that

4 lines 225 B
export declare function normalizeNFC(str: string): string; export declare function normalizeNFD(str: string): string; export declare const removeAccents: (str: string) => string; //# sourceMappingURL=normalization.d.ts.map