mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
import { Agent } from 'openssi-websdk';
|
|
|
|
const agent = new Agent('a', 'b', 'c', 'd');
|
|
agent.acceptConnection('connection');
|