5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import { Player, PlayerConfig } from './src/player.ts'
|
|
|
|
export { Player }
|
|
export type { PlayerConfig }
|