@reasonhealth/vcl
v0.2.7
Published
Typed TypeScript wrappers for the Reason Health VCL WebAssembly package.
Downloads
710
Readme
@reasonhealth/vcl
Typed TypeScript wrapper for the Reason Health VCL WebAssembly build.
import { translateExpression } from "@reasonhealth/vcl/node";
const result = translateExpression("123456", {
defaultSystem: "http://snomed.info/sct"
});Exports:
@reasonhealth/vcl/nodefor Node.js.@reasonhealth/vcl/webfor direct browser loading. CallinitVcl()before invoking wrapper functions.@reasonhealth/vcl/bundlerfor Vite, webpack, Rollup, and similar bundlers.
