uupaa.reflection.js

0.0.17 • Public • Published

Reflection.js Build Status

npm

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 );

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i uupaa.reflection.js

    Weekly Downloads

    1

    Version

    0.0.17

    License

    MIT

    Last publish

    Collaborators

    • uupaa