UNPKG

payload-is

Version:

A comprehensive TypeScript/JavaScript type checking library providing functions to check data types, collections, primitives, and built-in objects

3 lines (2 loc) 117 B
import type { DataTypeResult } from "./type.ts"; export declare function getDataType(data: unknown): DataTypeResult;