jest-get-type

  • Version 29.6.3
  • Published
  • 3.79 kB
  • No dependencies
  • MIT license

Install

npm i jest-get-type
yarn add jest-get-type
pnpm add jest-get-type

Overview

A utility function to get the type of a value

Index

Functions

function getType

getType: (value: unknown) => ValueType;
  • Copyright (c) Meta Platforms, Inc. and affiliates.

    This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

function isPrimitive

isPrimitive: (value: unknown) => boolean;

    Package Files (1)

    Dependencies (0)

    No dependencies.

    Dev Dependencies (0)

    No dev dependencies.

    Peer Dependencies (0)

    No peer dependencies.

    Badge

    To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

    You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/jest-get-type.

    • Markdown
      [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/jest-get-type)
    • HTML
      <a href="https://www.jsdocs.io/package/jest-get-type"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>