PeerTube/shared/extra-utils/miscs/stubs.ts

8 lines
82 B
TypeScript

function buildRequestStub (): any {
return { }
}
export {
buildRequestStub
}