mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
* feat: export games and protocols besides GameDig * fix: revert ProtocolResolver rename * fix: imports on the attempt tools * docs: update changelog to note exports
5 lines
163 B
JavaScript
5 lines
163 B
JavaScript
import { GameDig } from './gamedig.js'
|
|
import { games } from './games.js'
|
|
import * as protocols from '../protocols/index.js'
|
|
|
|
export { GameDig, games, protocols }
|