mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
import hasBigInts = require('has-bigints');
|
|
|
|
hasBigInts(); // $ExpectType boolean
|