Helper functions for can-stache
npm install can-stache-helpers
Helper functions for can-stache
With StealJS, you can import this module directly in a template that is autorendered:
``js`
import plugin from "can-stache-helpers";
Use require to load can-stache-helpers and everything elsecan-stache-helpers
needed to create a template that uses :
`js`
import plugin from "can-stache-helpers";
Load the global version of the plugin:
`html``