UNPKG

@n3okill/utils

Version:
8 lines (7 loc) 193 B
import { Primitive } from "./_types"; /** * Check if argument is of primitive type * @param arg * @returns {boolean} */ export declare function isPrimitive(arg: unknown): arg is Primitive;