strix-std
v0.0.7
Published
### Install ```javascript npx jsr add @strix/std ```
Downloads
6
Readme
@strix/std
Install
npx jsr add @strix/std
Usage
import { h as html , $ } from "@strix/std";
const count = $(0);
export default html`<div>${count}</div>`;