UNPKG

widl-nan

Version:

Auto generate native C++ addon source code by parsing Web IDL definition

14 lines (11 loc) 214 B
{{ var extractConstructors = function(it) { var constructors = []; it.extAttrs.forEach(attr => { if (attr.name === 'Constructor') { constructors.push(attr); } }); return constructors; }; }}