UNPKG
can-stache-helpers
Version:
latest (1.2.0)
pre (1.0.0-pre.0)
1.2.0
1.0.0
1.0.0-pre.0
Helper functions for can-stache
canjs.com/doc/can-stache-helpers.html
canjs/can-stache-helpers
can-stache-helpers
/
src
/
can-stache-helpers.js
5 lines
(4 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
export
default
function
(
) {
return
`This is the can-stache-helpers plugin`
; }