Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
839bd138c1 | |||
e1c721d511 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@api.global/typedrequest",
|
||||
"version": "3.0.27",
|
||||
"version": "3.0.28",
|
||||
"private": false,
|
||||
"description": "A TypeScript library for making typed requests towards APIs, including facilities for handling requests, routing, and virtual stream handling.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@api.global/typedrequest',
|
||||
version: '3.0.27',
|
||||
version: '3.0.28',
|
||||
description: 'A TypeScript library for making typed requests towards APIs, including facilities for handling requests, routing, and virtual stream handling.'
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ import { TypedTools } from './classes.typedtools.js';
|
||||
|
||||
export type THandlerFunction<T extends plugins.typedRequestInterfaces.ITypedRequest> = (
|
||||
requestArg: T['request'],
|
||||
typedToolsArg?: any
|
||||
typedToolsArg?: TypedTools
|
||||
) => Promise<T['response']>;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user