0.0.17 • Published 10 years ago
uupaa.reflection.js v0.0.17
Reflection.js
WebModule reflection.
Document
How to use
Browser
<script src="lib/Reflection.js">
<script>
console.log( Reflection.resolve(Object.freeze).path );
</script>
WebWorkers
importScripts("lib/Reflection.js");
console.log( Reflection.resolve(Object.freeze).path );
Node.js
var Reflection = require("lib/Reflection.js");
console.log( Reflection.resolve(Object.freeze).path );