]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - miscs/stubs.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / miscs / stubs.ts
1 function buildRequestStub (): any {
2 return { }
3 }
4
5 function buildResponseStub (): any {
6 return {
7 locals: {}
8 }
9 }
10
11 export {
12 buildResponseStub,
13 buildRequestStub
14 }