'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var FOO = 'foo';
console.log( FOO );
exports.FOO = FOO;