Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chrisprice
Created October 7, 2015 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chrisprice/a3ea23a7d0df4c089dcf to your computer and use it in GitHub Desktop.
Save chrisprice/a3ea23a7d0df4c089dcf to your computer and use it in GitHub Desktop.
d3fc.d.ts
declare module d3fc {
export var version: string;
module util {
export function extent(data: any, fields: any[]) : any[]
}
module series {
export function candlestick() : any
}
}
declare module "d3fc" {
export = d3fc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment