Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPipe/OpenPipe
/
Class
client-libs/typescript/src/client.ts:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
{ OpenPipeConfig } from
"./shared"
;
5
6
export
default
class
OpenPipe {
7
baseClient: OPClient;
8
9
constructor(config: OpenPipeConfig = {}) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected