UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

10 lines (8 loc) 167 B
type JsonCompatible = | null | string | number | boolean | { [key: string]: JsonCompatible } | JsonCompatible[] export default JsonCompatible