UNPKG

@worktif/purews

Version:

Work TIF TypeScript-based AWS infrastructure toolkit featuring DynamoDB integration, AppSync support, SES functionality, and GraphQL capabilities with comprehensive audit logging and AWS Signature V4 authentication.

10 lines (9 loc) 371 B
import 'reflect-metadata'; import { PureContainer } from '@worktif/utils'; /** * The `PureContainer` class extends the `Container` class and provides functionality * to manage and track its initialization state. It ensures that consumers can verify * or wait until the container is fully initialized. */ export declare class PurewsContainer extends PureContainer { }