belgattitude/httpx

View on GitHub
packages/assert/docs/api/string.guards/functions/isParsableSafeInt.md

Summary

Maintainability
Test Coverage
[**@httpx/assert v0.12.4**](../../README.md) • **Docs**

***

[@httpx/assert v0.12.4](../../README.md) / [string.guards](../README.md) / isParsableSafeInt

# Function: isParsableSafeInt()

> **isParsableSafeInt**(`v`): `v is ParsableSafeInt`

## Parameters

• **v**: `unknown`

## Returns

`v is ParsableSafeInt`

## Defined in

[string.guards.ts:14](https://github.com/belgattitude/httpx/blob/acde85be3548fccd6cc1a311d7f8d4419e2b6ce0/packages/assert/src/string.guards.ts#L14)