UNPKG

mikro-test

Version:

Mike Tester

10 lines 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Coba { print(text) { console.log(text); return `Hello ${text}`; } } exports.Coba = Coba; //# sourceMappingURL=index.js.map