UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 195 B
import type { JSONString } from '../../dt/index.js'; import type { HTTPReqData } from './types.js'; export declare function toJSON<T extends HTTPReqData>(data: T | undefined | null): JSONString;