'use strict'; var foo = 1; var bar = 2; exports.foo = foo; exports.bar = bar; Object.defineProperty(exports, "__esModule", { value: true });