source: frontend/node_modules/jest-pnp-resolver/index.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 236 bytes
Line 
1type JestResolverOptions = {
2 basedir: string;
3 defaultResolver: (request: string, opts: any) => string,
4 extensions?: Array<string>,
5};
6
7export default function resolve(
8 request: string,
9 options: JestResolverOptions,
10): string;
Note: See TracBrowser for help on using the repository browser.