Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/d3-selection/src/selection/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/d3-selection/src/selection/exit.js

import sparse from "./sparse";
import {Selection} from "./index";

export default function() {
  return new Selection(this._exit || this._groups.map(sparse), this._parents);
}