FormatFunction typedef

FormatFunction = void Function(dynamic v, String id, num i, num j)

Type definitions for C3js 0.4 Project: http://c3js.org/ Definitions by: Marc Climent github.com/mcliment Gerin Jacob github.com/gerinjacob Bernd Hacker github.com/denyo Dzmitry Shyndzin github.com/dmitryshindin Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped TypeScript Version: 2.1

Implementation

/*export type PrimitiveArray = Array<string | boolean | number | null>;*/
typedef FormatFunction = void Function(dynamic v, String id, num i, num j);