LIElement constructor

LIElement()

Implementation

factory LIElement() => JS<LIElement>(
  'returns:LIElement;creates:LIElement;new:true',
  '#.createElement(#)',
  document,
  "li",
);