UNPKG

310 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.isPresetColor = isPresetColor;
7
8var _colors = require("../_util/colors");
9
10// eslint-disable-next-line import/prefer-default-export
11function isPresetColor(color) {
12 return _colors.PresetColorTypes.indexOf(color) !== -1;
13}
\No newline at end of file