mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
8 lines
87 B
JavaScript
8 lines
87 B
JavaScript
/*
|
|
Mocks for the use cases.
|
|
*/
|
|
|
|
class UseCasesMock {}
|
|
|
|
module.exports = UseCasesMock
|