|
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
|
| Rev | Line | |
|---|
| [a762898] | 1 | import { deburr } from './deburr.mjs';
|
|---|
| 2 | import { lowerCase as lowerCase$1 } from '../../string/lowerCase.mjs';
|
|---|
| 3 | import { normalizeForCase } from '../_internal/normalizeForCase.mjs';
|
|---|
| 4 |
|
|---|
| 5 | function lowerCase(str) {
|
|---|
| 6 | return lowerCase$1(normalizeForCase(deburr(str)));
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | export { lowerCase };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.