4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
import { Player } from './src/player.ts'
|
|
|
|
export { Player }
|
import { Player } from './src/player.ts'
|
|
|
|
export { Player }
|