ffffng/app/bower_components/lodash/.markdown-doctest-setup.js

12 lines
218 B
JavaScript
Raw Normal View History

2016-06-11 17:57:30 +02:00
'use strict';
delete global['__core-js_shared__'];
2017-05-13 13:25:33 +02:00
const _ = require('./lodash.js');
const globals = require('lodash-doc-globals');
2016-05-16 13:33:49 +02:00
module.exports = {
'babel': false,
2017-05-13 13:25:33 +02:00
'globals': _.assign({ '_': _ }, globals)
2016-06-11 17:57:30 +02:00
};