UNPKG

@kpi4me/golden-layout

Version:

A multi-screen javascript Layout manager https://golden-layout.com

13 lines (12 loc) 216 B
holes_and_undefined: { input: { x = [1, 2, undefined]; y = [1, , 2, ]; z = [1, undefined, 3]; } expect: { x=[1,2,void 0]; y=[1,,2]; z=[1,void 0,3]; } }