Skip to content

Commit 4a37284

Browse files
committed
Update TS/JSDoc reference
1 parent 604898d commit 4a37284

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/lib/filter/filter-stringable.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import type {
55
AttrName,
66
AttrValue,
7+
AttrValueFilter,
78
} from '../types.js';
89

910
import { TypeMismatchException } from '../error.js';

src/lib/filter/filter-token.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import type {
55
AttrName,
66
AttrValue,
7+
AttrValueFilter,
78
} from '../types.js';
89

910
import {

src/lib/filter/filter-value.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import type {
55
AttrName,
66
AttrValue,
7+
AttrValueFilter,
78
} from '../types.js';
89

910
import {

0 commit comments

Comments
 (0)