source:
node_modules/property-information/normalize.js@
65b6638
Last change on this file since 65b6638 was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 101 bytes |
Line | |
---|---|
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.