mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export * from './types';
|
|
import { Urbit } from './Urbit';
|
|
export { Urbit as default, Urbit };
|