TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
Add `CSS.in()`
I skipped it in #1514 because in is a keyword and thus requires a change to the emitter. Since it's in namespace CSS it should be possible to make all the members exported and do a hack:
function _in();
export { _in as in }