Buckets:
arudradey/fullhtml-storage / emsdk /upstream /emscripten /node_modules /unicode-match-property-ecmascript /index.js
| ; | |
| const canonicalProperties = require('unicode-canonical-property-names-ecmascript'); | |
| const propertyAliases = require('unicode-property-aliases-ecmascript'); | |
| const matchProperty = function(property) { | |
| if (canonicalProperties.has(property)) { | |
| return property; | |
| } | |
| if (propertyAliases.has(property)) { | |
| return propertyAliases.get(property); | |
| } | |
| throw new Error(`Unknown property: ${ property }`); | |
| }; | |
| module.exports = matchProperty; | |
Xet Storage Details
- Size:
- 449 Bytes
- Xet hash:
- f920eb8a913538719ba63d1d1dfd702b10f4bdfaf97a9f693dfab01266b0c3fa
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.