Skip to content

Commit 084364b

Browse files
committed
clean up
1 parent 992c5ea commit 084364b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

dist/rfc9421/base.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { IncomingRequest, MapLikeObj, OutgoingResponse, SFVSignatureInputDi
22
import { SFVHeaderTypeDictionary } from "./sfv.js";
33
export declare const requestTargetDerivedComponents: string[];
44
export declare const responseTargetDerivedComponents: string[];
5-
export type Kot<T> = keyof T extends 'req' ? T : null;
65
/**
76
* Class for creating signature base,
87
* construct with a request or a response

src/rfc9421/base.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export const responseTargetDerivedComponents = [
2222
'@status',
2323
];
2424

25-
export type Kot<T> = keyof T extends 'req' ? T : null;
26-
2725
/**
2826
* Class for creating signature base,
2927
* construct with a request or a response

0 commit comments

Comments
 (0)