UNPKG
solid-notification-client
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Client library for Solid Notifications Protocol v0.2.0
solid-notification-client
/
dist
/
Util.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
import
{
Store
}
from
"n3"
;
export
declare
function
parseResponse
(
response: Response
):
Promise
<
Store
>;