UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines (5 loc) 79 B
export function constant(x: any) { return function () { return x; }; }