UNPKG

big-int-stats

Version:

Create BigIntStats from fs.Stats for compatiblity on earlier versions of Node.js

12 lines (10 loc) 327 B
import assert from 'assert'; // @ts-ignore import { BigIntStats, toBigIntStats, toStats } from 'big-int-stats'; describe('exports .ts', () => { it('exports', () => { assert.equal(typeof BigIntStats, 'function'); assert.equal(typeof toBigIntStats, 'function'); assert.equal(typeof toStats, 'function'); }); });