UNPKG

iptv-checker

Version:

Node.js CLI tool for checking links in IPTV playlists

5 lines (3 loc) 128 B
import { setupServer } from 'msw/node' import { handlers } from './handlers.js' export const server = setupServer(...handlers)