UNPKG
@goparrot/franchise-mcp-server
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
MCP Server for Franchise API
@goparrot/franchise-mcp-server
/
dist
/
src
/
dashboard
/
services
/
order
/
index.js
4 lines
(3 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
export
*
from
'./order.js'
;
export
*
from
'./order-config.js'
;
export
*
from
'./service-charge.js'
;