Skip to content

Instantly share code, notes, and snippets.

@shanewholloway
Created April 21, 2025 23:15
Show Gist options
  • Save shanewholloway/005929928129ffd9472d059146f06acf to your computer and use it in GitHub Desktop.
Save shanewholloway/005929928129ffd9472d059146f06acf to your computer and use it in GitHub Desktop.
imtiny.js is the 100 char tl;dr of imm-dom-core.js
export default (e,a,...z)=>
z.reduce((e,c)=>(e.append(c),e)
,Object.assign(e.nodeType ? e : document.createElement(e), a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment