We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557275b commit 172f859Copy full SHA for 172f859
docs/js-client-sdk.loglevel.md
@@ -9,5 +9,5 @@ Valid log levels for the Eppo SDK logger.
9
**Signature:**
10
11
```typescript
12
-export declare type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'silent';
+export type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'silent';
13
```
js-client-sdk.api.md
@@ -4,8 +4,6 @@
4
5
```ts
6
7
-/// <reference types="chrome" />
8
-
import { AsyncMap } from '@eppo/js-client-sdk-common';
import { Attributes } from '@eppo/js-client-sdk-common';
import { AttributeType } from '@eppo/js-client-sdk-common';
0 commit comments