UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

13 lines (11 loc) 276 B
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('border-top-right-radius', v); }, get: function () { return this.getPropertyValue('border-top-right-radius'); }, enumerable: true, configurable: true };