Skip to content

Commit 172f859

Browse files
committed
chore: commit latent docs changes
1 parent 557275b commit 172f859

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/js-client-sdk.loglevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Valid log levels for the Eppo SDK logger.
99
**Signature:**
1010

1111
```typescript
12-
export declare type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'silent';
12+
export type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'silent';
1313
```

js-client-sdk.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
55
```ts
66

7-
/// <reference types="chrome" />
8-
97
import { AsyncMap } from '@eppo/js-client-sdk-common';
108
import { Attributes } from '@eppo/js-client-sdk-common';
119
import { AttributeType } from '@eppo/js-client-sdk-common';

0 commit comments

Comments
 (0)