Skip to content

Commit

Permalink
build: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Dec 2, 2022
1 parent 5f44059 commit 4483d46
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 46 deletions.
2 changes: 1 addition & 1 deletion main.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="node" />
import { Knex } from "knex";
import type { Writable } from "stream";
export declare type Options = {
export type Options = {
/**
* Filename or output stream where the type definitions needs to be written.
*/
Expand Down
74 changes: 30 additions & 44 deletions main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4483d46

Please sign in to comment.