@darlean/tables-suite
Version:
Tables Suite that provides fast, indexed access to structured data
10 lines (9 loc) • 316 B
TypeScript
/**
* Suite that provides the Tables Service.
*
* @packageDocumentation
*/
import { ActorSuite } from '@darlean/base';
export * from './table';
export declare function createTablesSuite(): ActorSuite;
export declare function createTablesSuiteFromConfig(runtimeEnabled: boolean): ActorSuite | undefined;