UNPKG

305 BTypeScriptView Raw
1import { fs } from '@platform/fs';
2import { NeDb } from '@platform/fsdb.nedb';
3export { fs };
4export { expect, expectError } from '@platform/test';
5export { time } from '@platform/util.value';
6export * from '../common';
7export declare function getTestDb(options?: {
8 file?: boolean;
9}): Promise<NeDb>;