mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
export lodash (to help with debugging)
This commit is contained in:
+2
-1
@@ -40,6 +40,7 @@ export { utilDetect as Detect } from './util/detect';
|
||||
export var debug = false;
|
||||
|
||||
import * as d3 from 'd3';
|
||||
import * as _ from 'lodash';
|
||||
import * as lib from './lib/index';
|
||||
|
||||
export { d3, lib };
|
||||
export { d3, _, lib };
|
||||
|
||||
Reference in New Issue
Block a user