UNPKG
can-define-lazy-value
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Define properties with lazy values using Object.defineProperty
canjs.com
canjs/can-define-lazy-value
can-define-lazy-value
/
test.html
5 lines
(4 loc)
•
166 B
HTML
View Raw
1
2
3
4
5
<!doctype
html
>
<
title
>
can-define-lazy-value
</
title
>
<
script
src
=
"node_modules/steal/steal.js"
main
=
"define-lazy-value-test"
>
</
script
>
<
div
id
=
"qunit-fixture"
>
</
div
>