mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 09:51:36 +03:00
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
|
export * from './types';
|
||
|
import Urbit from './Urbit';
|
||
|
export { Urbit as default };
|