Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 34d5b83

Browse files
committed
feat(package): Adds facade to export.
1 parent d469c52 commit 34d5b83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
import * as errors from './errors';
2+
import FacadeInterface from './Facade';
23
import * as signatures from './signatures';
34
import * as tests from './tests';
45
import * as types from './types';
56
import * as utils from './utils';
67

8+
export type Facade<Id, Entity> = FacadeInterface<Id, Entity>;
9+
710
export default {
811
errors,
912
signatures,

0 commit comments

Comments
 (0)