|
Last change
on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
287 bytes
|
| Line | |
|---|
| 1 | import { deburr } from './deburr.mjs';
|
|---|
| 2 | import { kebabCase as kebabCase$1 } from '../../string/kebabCase.mjs';
|
|---|
| 3 | import { normalizeForCase } from '../_internal/normalizeForCase.mjs';
|
|---|
| 4 |
|
|---|
| 5 | function kebabCase(str) {
|
|---|
| 6 | return kebabCase$1(normalizeForCase(deburr(str)));
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | export { kebabCase };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.