Skip to content

Commit dc668b8

Browse files
committed
fix: Formatting
1 parent 0367935 commit dc668b8

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/APIClient.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ import { VERSION } from './version';
33

44
import fetch from 'node-fetch';
55
import { HeadersInit, RequestInit } from 'node-fetch';
6-
import {
7-
RequestOptions,
8-
FinalRequestOptions,
9-
APIResponseProps,
10-
HTTPMethod,
11-
Headers,
12-
} from './types/index.js';
6+
import { RequestOptions, FinalRequestOptions, APIResponseProps, HTTPMethod, Headers } from './types/index.js';
137
import { AI21EnvConfig } from './EnvConfig';
148
import { handleAPIResponse } from './ResponseHandler';
159

src/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AI21 } from "./AI21";
1+
import { AI21 } from './AI21';
22

33
/*
44
This is a temporary example to test the API streaming/non-streaming functionality.

0 commit comments

Comments
 (0)