vega-typings
Advanced tools
Comparing version 0.2.10 to 0.2.11
{ | ||
"name": "vega-typings", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Typings for Vega", | ||
@@ -5,0 +5,0 @@ "types": "types", |
@@ -6,2 +6,2 @@ # Vega-Typings | ||
Typings for [Vega](https://github.com/vega/vega). This is work in progress. | ||
Typings for [Vega](https://github.com/vega/vega). This is a work in progress. |
@@ -7,2 +7,7 @@ import { Spec } from '..'; | ||
export const version: string; | ||
// Locale API | ||
export function formatLocale(definition: object): void; | ||
export function timeFormatLocale(definition: object): void; | ||
export function parse(spec: Spec, opt?: any): Runtime; | ||
@@ -9,0 +14,0 @@ export function isString(value: any): value is string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60057
2128