Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed May 31, 2024
1 parent 495e875 commit 0386c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The above can be invoked with either `yarn` or `yarn install`.
### API docs

<!-- codegen:start {preset: markdownFromJsdoc, source: src/index.ts, export: trpcCli} -->
#### [trpcCli](./src/index.ts#L29)
#### [trpcCli](./src/index.ts#L30)

Run a trpc router as a CLI.

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {type JsonSchema7Type} from 'zod-to-json-schema'
import * as zodValidationError from 'zod-validation-error'
import {flattenedProperties, incompatiblePropertyPairs, getDescription} from './json-schema'
import {lineByLineConsoleLogger} from './logging'
import {looksLikeInstanceof} from './uitl'
import {Logger, TrpcCliParams} from './types'
import {looksLikeInstanceof} from './uitl'
import {parseProcedureInputs} from './zod-procedure'

export * from './types'
Expand Down

0 comments on commit 0386c82

Please sign in to comment.