JavaScriptKit Documentation

Protocol JSBig​Int​Extended

public protocol JSBigIntExtended: JSBigInt  
%169 JSBigIntExtended JSBigIntExtended JSBigInt JSBigInt JSBigIntExtended->JSBigInt JSBigInt->JSBigIntExtended

Conforms To

JSBigInt

A wrapper around the JavaScript BigInt class that exposes its properties in a type-safe and Swifty way.

Types Conforming to JSBig​Int​Extended

JSBigInt

A wrapper around the JavaScript BigInt class that exposes its properties in a type-safe and Swifty way.

Requirements

int64Value

var int64Value: Int64  

uInt64Value

var uInt64Value: UInt64  

init(_:​)

init(_ value: Int64) 

init(unsigned:​)

init(unsigned value: UInt64)