UNPKG

prefix-property

Version:
7 lines (5 loc) 198 B
import { js, css, prefix, jsPrefix, cssPrefix } from './'; export default Object.assign( function prefixProperty(property) { return js(property); }, { js, css, prefix, jsPrefix, cssPrefix } );