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 ( value : : number ) → SafeInteger
function [source]
function [source]
safeInteger

Authenticate an exact JavaScript integer or throw.

Examples

import { safeInteger } from "libtmux";
const pid = safeInteger(42);
Raises

0 declared, 0 inherited

Esc

Type to search.