source:
node_modules/property-information/normalize.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 101 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | 'use strict' |
2 | ||
3 | module.exports = normalize | |
4 | ||
5 | function normalize(value) { | |
6 | return value.toLowerCase() | |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.