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