Skip to content

Commit aabe1ce

Browse files
committed
Export complexity directive
1 parent cb82ade commit aabe1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimators/directive/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type ComplexityDirectiveOptions = {
88
name?: string
99
}
1010

11-
export function createComplexityDirective(options: ComplexityDirectiveOptions = {}) {
11+
export function createComplexityDirective(options?: ComplexityDirectiveOptions) {
1212
const mergedOptions = {
1313
name: 'complexity',
1414
...(options || {})

0 commit comments

Comments
 (0)