2025-10-16 22:12:14 +05:00

6 lines
235 B
JavaScript

import cjsModule from './index.js';
export const escapePathForRegex = cjsModule.escapePathForRegex;
export const escapeStrForRegex = cjsModule.escapeStrForRegex;
export const replacePathSepForRegex = cjsModule.replacePathSepForRegex;