Skip to content

Commit 5d17c51

Browse files
committed
chore: wip
1 parent 78f51b3 commit 5d17c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { readFile } from 'node:fs/promises'
22

3-
async function extractTypeFromSource(filePath: string): Promise<string> {
3+
export async function extractTypeFromSource(filePath: string): Promise<string> {
44
const fileContent = await readFile(filePath, 'utf-8')
55
let declarations = ''
66
let usedTypes = new Set<string>()

0 commit comments

Comments
 (0)