UNPKG

sls-test-tools

Version:

Custom Jest Assertions for Serverless Projects

6 lines (5 loc) 160 B
declare type GlobalWithExpectKey = { expect: any; }; export declare const isGlobalWithExpectKey: (global: any) => global is GlobalWithExpectKey; export {};