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
/
operations
/
derivations.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
DataModel
from
'../main'
;
export
declare
const
createSelectQuery
:
(
dm
:
DataModel
,
fields
:
string
[]
) =>
any
;