mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 11:34:01 -06:00
94565d52bb
Because they need dev dependencies
15 lines
173 B
TypeScript
15 lines
173 B
TypeScript
function buildRequestStub (): any {
|
|
return { }
|
|
}
|
|
|
|
function buildResponseStub (): any {
|
|
return {
|
|
locals: {}
|
|
}
|
|
}
|
|
|
|
export {
|
|
buildResponseStub,
|
|
buildRequestStub
|
|
}
|