Skip to content

Commit

Permalink
Try exporting more type for deno doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaCR committed May 16, 2020
1 parent 5e4579a commit be9f9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defineSpecification.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { buildSpec, Specification, SpecificationResult } from "./buildSpec.ts";

export { Specification } from "./buildSpec.ts";
export { Specification, SpecificationResult };

export interface SpecificationDefinition<T> {
desc: string;
Expand Down

0 comments on commit be9f9a7

Please sign in to comment.