You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
376 B

1 month ago
  1. import { capitalize as capitalize$1 } from '@vue/shared';
  2. export { camelize, hyphenate, hyphenate as kebabCase } from '@vue/shared';
  3. const escapeStringRegexp = (string = "") => string.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
  4. const capitalize = (str) => capitalize$1(str);
  5. export { capitalize, escapeStringRegexp };
  6. //# sourceMappingURL=strings.mjs.map