shrub/pkg/npm/http-api/index.ts
2021-04-22 07:17:39 -07:00

3 lines
82 B
TypeScript

export * from './types';
import Urbit from './Urbit';
export { Urbit as default };