UNPKG

dtk-z3-solver-deno-v2

Version:

This directory contains JavaScript code to automatically derive TypeScript bindings for the C API, which are published on npm as [z3-solver](https://www.npmjs.com/package/z3-solver).

4 lines (3 loc) 138 B
import { Z3Core } from '../low-level'; import { Z3HighLevel } from './types'; export declare function createApi(Z3: Z3Core): Z3HighLevel;