4 lines
109 B
TypeScript
Executable File
4 lines
109 B
TypeScript
Executable File
import { BSwitch, defineSwitch } from './BSwitch';
|
|
export default BSwitch;
|
|
export { BSwitch, defineSwitch };
|