create-cf-planetscale-app
Version:
Create a Cloudflare workers app for building production ready RESTful APIs using Hono
10 lines (8 loc) • 355 B
TypeScript
/* eslint-disable @typescript-eslint/no-empty-object-type */
import 'vitest'
import { CustomMatcher } from 'aws-sdk-client-mock-vitest'
declare module 'vitest' {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
interface Assertion<T = any> extends CustomMatcher<T> {}
interface AsymmetricMatchersContaining extends CustomMatcher {}
}