Package Exports
- can-stache-helpers
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (can-stache-helpers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
can-stache-helpers
Helper functions for can-stache
Usage
ES6 use
With StealJS, you can import this module directly in a template that is autorendered:
import plugin from "can-stache-helpers";CommonJS use
Use require to load can-stache-helpers and everything else
needed to create a template that uses can-stache-helpers:
import plugin from "can-stache-helpers";Standalone use
Load the global version of the plugin:
<script src='./node_modules/can-stache-helpers/dist/global/can-stache-helpers.js'></script>