Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.8/unicode-match-property-ecmascript/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.8/unicode-match-property-ecmascript/index.js

'use strict';

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;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists