mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-15 14:32:54 +00:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
module.exports = function isCustomProperty(property) {
|
|
return property.slice(0, 2) === '--';
|
|
};
|