UNPKG
@gacua/backend
Version:
latest (0.0.1-alpha.10)
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
GACUA Backend
@gacua/backend
/
dist
/
repository
/
index.js
8 lines
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@license
* Copyright 2025 MuleRun * SPDX-License-Identifier: Apache-2.0 */
import
{
SessionRepository
}
from
'./session.js'
;
export
const
sessionRepository =
new
SessionRepository
();
//# sourceMappingURL=index.js.map