Skip to content

Commit df8ae01

Browse files
committed
feat: add type definition
1 parent 4aa661e commit df8ae01

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export function filterApexLogs(input: string): string

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"files": [
1414
"index.js",
15+
"index.d.ts",
1516
"cli.js"
1617
],
1718
"repository": "amtrack/apex-log-filter",

0 commit comments

Comments
 (0)