UNPKG
@sysce/stomp
Version:
latest (2.0.0)
2.0.0
2.0.0-beta
1.0.3
1.0.2
1.0.1
1.0.0
Back.
github.com/sysce/stomp
sysce/stomp
@sysce/stomp
/
lib
/
index.cjs
8 lines
(4 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
{ resolve } =
require
(
'node:path'
);
const
stompPath =
resolve
(__dirname,
'..'
,
'dist'
);
exports
.
stompPath
= stompPath;