UNPKG

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