UNPKG

bs-ajv

Version:

BucklesScript bindings to Ajv (Another JSON Validator)

15 lines (12 loc) 344 B
'use strict'; var parseColor = require('../parsers').parseColor; module.exports.definition = { set: function (v) { this._setProperty('-webkit-text-stroke-color', parseColor(v)); }, get: function () { return this.getPropertyValue('-webkit-text-stroke-color'); }, enumerable: true, configurable: true };