source:
frontend/node_modules/jest-pnp-resolver/index.d.ts
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 236 bytes | |
| Line | |
|---|---|
| 1 | type JestResolverOptions = { |
| 2 | basedir: string; |
| 3 | defaultResolver: (request: string, opts: any) => string, |
| 4 | extensions?: Array<string>, |
| 5 | }; |
| 6 | |
| 7 | export default function resolve( |
| 8 | request: string, |
| 9 | options: JestResolverOptions, |
| 10 | ): string; |
Note:
See TracBrowser
for help on using the repository browser.
