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
/
can-stache-helpers.js
9 lines
(7 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
var
namespace =
require
(
'can-namespace'
);
if
(namespace.
stacheHelpers
) {
throw
new
Error
(
"You can't have two versions of can-stache-helpers, check your dependencies"
); }
else
{
module
.
exports
= namespace.
stacheHelpers
= {}; }