Browse Source

Expose common types

Common types are required by consumers to be type-safe.
master
TheoryOfNekomata 1 year ago
parent
commit
30ddf38fe6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/index.ts

+ 1
- 0
src/index.ts View File

@@ -1 +1,2 @@
export * as common from './modules/common';
export * as git from './modules/git';

Loading…
Cancel
Save