Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

common.SafeInteger

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
common
Package
libtmux
Source
packages/libtmux/src/common.ts
SafeInteger
typealias [source]
typealias [source]
SafeInteger

A finite whole number within JavaScript's safe integer range.

Examples

import { safeInteger } from "libtmux";
import type { SafeInteger } from "libtmux";
const count: SafeInteger = safeInteger(3);

0 declared, 0 inherited

Esc

Type to search.