Commit 1e6756c4 authored by wildfirecode's avatar wildfirecode

m

parent c2f1eae8
"use strict"; "use strict";
// export default function (num:number) {
// return Math.round(num)
// }
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
function default_1(num) { var Foo_1 = require("./Foo");
return Math.round(num); exports.Foo = Foo_1.default;
} var Bar_1 = require("./Bar");
exports.default = default_1; exports.Bar = Bar_1.default;
export default function (num:number) { // export default function (num:number) {
return Math.round(num) // return Math.round(num)
// }
import Foo from "./Foo";
import Bar from "./Bar";
export {
Foo,Bar
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment