Files
DefinitelyTyped/types/openssi-websdk/openssi-websdk-tests.ts
Arne 805ad7183b Add openssi-websdk definition (#41214)
* Add openssi-websdk definition

* remove functions that are not exported by the js
2019-12-30 11:36:54 -06:00

5 lines
124 B
TypeScript

import { Agent } from 'openssi-websdk';
const agent = new Agent('a', 'b', 'c', 'd');
agent.acceptConnection('connection');