UNPKG

yaml-types

Version:

Useful JavaScript types for YAML

9 lines (8 loc) 270 B
import type { ScalarTag } from 'yaml'; /** * `!bigint` BigInt * * [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) values, * using their conventional `123n` representation. */ export declare const bigint: ScalarTag;