UNPKG

d3-jsnext

Version:
6 lines (5 loc) 172 B
export default function createAlias ( keypath ) { if ( keypath.slice( 0, 3 ) === 'd3.' ) { return keypath.replace( /\./g, '$' ); // TODO handle .apply, .length etc } }