@vroskus/library-helpers 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common.d.ts +1 -0
- package/package.json +1 -1
- package/tsconfig.json +0 -1
package/dist/common.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="qs" />
|
|
1
2
|
import type { NextFunction as $Next, Request as $Request, Response as $Response } from 'express';
|
|
2
3
|
export declare const getValue: <V extends string | void>(value: V, defaultValue: V) => V;
|
|
3
4
|
export declare const durationMiddleware: <REQ extends $Request<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>> & {
|
package/package.json
CHANGED