0.0.1 • Published 2 months ago

@llamaindex/wasm-tools v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Usage

import { TestTool } from "@llamaindex/wasm-tools";
const testTool = new TestTool();
testTool.call("1"); // get post has id = 1 (url: https://jsonplaceholder.typicode.com/todos?id=1)
0.0.1

2 months ago