Commit 1e6756c4 authored by wildfirecode's avatar wildfirecode

m

parent c2f1eae8
"use strict";
// export default function (num:number) {
// return Math.round(num)
// }
Object.defineProperty(exports, "__esModule", { value: true });
function default_1(num) {
return Math.round(num);
}
exports.default = default_1;
var Foo_1 = require("./Foo");
exports.Foo = Foo_1.default;
var Bar_1 = require("./Bar");
exports.Bar = Bar_1.default;
export default function (num:number) {
return Math.round(num)
// export default function (num:number) {
// 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