Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.d.ts 236B

12345678910
  1. type JestResolverOptions = {
  2. basedir: string;
  3. defaultResolver: (request: string, opts: any) => string,
  4. extensions?: Array<string>,
  5. };
  6. export default function resolve(
  7. request: string,
  8. options: JestResolverOptions,
  9. ): string;