UNPKG

sls-test-tools

Version:

Custom Jest Assertions for Serverless Projects

9 lines (8 loc) 259 B
import { TestResultOutput } from "../../utils/testResult"; declare const _default: { toExistInDynamoTable({ PK, SK }: { PK: string; SK?: string | undefined; }, tableName: string): Promise<TestResultOutput>; }; export default _default;