archive64
Results
1
issues of
archive64
👋 Hi there! We have code that looks like this: ```js import colors from 'colors.less'; function exampleUtilFunction(color) { if (!colors.hasOwnProperty(color)) { throw new Error(); } } ``` When using this...