From 0386c82060c76bcd8e23dbc540e0d09578bfcd3b Mon Sep 17 00:00:00 2001 From: Misha Kaletsky Date: Fri, 31 May 2024 12:57:50 -0400 Subject: [PATCH] lint --- README.md | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b00bd97..47f9e6a 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ The above can be invoked with either `yarn` or `yarn install`. ### API docs -#### [trpcCli](./src/index.ts#L29) +#### [trpcCli](./src/index.ts#L30) Run a trpc router as a CLI. diff --git a/src/index.ts b/src/index.ts index 560c4b4..122c32f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'