6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { Strike } from './strike.js'
|
|
|
|
export * from './strike.js'
|
|
|
|
export default Strike
|