UNPKG

feng3dnpmtest

Version:
17 lines (16 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var B = (function () { function B() { this.b = 1; } B.prototype.fb = function () { }; return B; }()); exports.B = B; // namespace feng3d { // export class B { // b = 1; // fb() { } // } // }