mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
Merge pull request #26608 from hansrwindhoff/master
Removing unneeded reference to crossfilter
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
import * as CrossFilter from 'crossfilter';
|
||||
import * as d3 from "d3";
|
||||
import * as dc from "dc";
|
||||
|
||||
|
||||
interface IYelpData {
|
||||
city: string;
|
||||
review_count: number;
|
||||
|
||||
4
types/dc/index.d.ts
vendored
4
types/dc/index.d.ts
vendored
@@ -5,10 +5,6 @@
|
||||
// matthias jobst <https://github.com/MatthiasJobst>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
// this makes only sense together with d3 and crossfilter so you need the d3.d.ts and crossfilter.d.ts files
|
||||
|
||||
///<reference types="crossfilter" />
|
||||
|
||||
import * as d3 from "d3";
|
||||
|
||||
export = dc;
|
||||
|
||||
Reference in New Issue
Block a user