F95API/app/scripts/selectors.js

5 lines
94 B
JavaScript

module.exports.StyleSelector = StyleSelector;
class StyleSelector {
static value = 'b';
}