UNPKG

@opensea/stream-js

Version:

A TypeScript SDK to receive pushed updates from OpenSea over websocket

4 lines (3 loc) 85 B
export const collectionTopic = (slug: string) => { return `collection:${slug}`; };