UNPKG

sindri

Version:

The Sindri Labs JavaScript SDK and CLI tool.

7 lines (4 loc) 152 B
import { SindriClient } from "./client"; export default new SindriClient(); export type * from "./client"; export type { LogLevel } from "./logging";