mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
* Update ScriptableContext, reduce warnings * _parsed is unknown[] * Add defaults * static defaults. * review update * more cancelables
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
|
|
export type AnyObject = Record<string, unknown>;
|
|
export type EmptyObject = Record<string, never>;
|