UNPKG

chrt-object

Version:

Universal Object components of Chrt

8 lines (7 loc) 120 B
export default function (obj) { if (!obj) { return this.parentNode; } this.parentNode = obj; return this; }