Skip to content

Commit bf3e502

Browse files
committed
fix: ts declarations
1 parent 105689c commit bf3e502

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/@types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'cf-logs';

lib/http-server/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import fastify from 'fastify';
2-
3-
// @ts-expect-error it's a js library
42
import cfLogs from 'cf-logs';
53

64
import { saveServerAddress } from '../helpers';

0 commit comments

Comments
 (0)