UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines (9 loc) • 236 B
type JestResolverOptions = { basedir: string; defaultResolver: (request: string, opts: any) => string, extensions?: Array<string>, }; export default function resolve( request: string, options: JestResolverOptions, ): string;