UNPKG
@chartshq/datamodel
Version:
latest (3.0.0)
3.0.0
An environment with `node`, `rustup` and `wasm-pack` set up.
@chartshq/datamodel
/
dist
/
esm
/
web
/
src
/
data
/
utils
/
column-major.d.ts
9 lines
(8 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_default
:
(
store
:
any
) =>
Function
;
/** * The utility function to calculate major column. * *
@param
{
Object
}
store
- The store object. *
@return
{
Function
} Returns the push function. */
export
default
_default;