mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
add lib
This commit is contained in:
parent
65a5ecc3b6
commit
df151c5a0a
@ -0,0 +1,3 @@
|
||||
export default function getStreamingKeyFromStreamPath(StreamPath) {
|
||||
return StreamPath.split("/").pop()
|
||||
}
|
1
packages/streaming-server/src/lib/index.js
Normal file
1
packages/streaming-server/src/lib/index.js
Normal file
@ -0,0 +1 @@
|
||||
export { default as getStreamingKeyFromStreamPath } from "./getStreamingKeyFromStreamPath"
|
Loading…
x
Reference in New Issue
Block a user