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 414B

1234567
  1. import ConfigParser from './lib/ConfigParser';
  2. import { validateConfig, getSauceEndpoint, detectBackend, isCloudCapability } from './utils';
  3. import { DEFAULT_CONFIGS } from './constants';
  4. import { ConfigOptions } from './types';
  5. export * from './types';
  6. export { validateConfig, getSauceEndpoint, detectBackend, isCloudCapability, ConfigParser, ConfigOptions, DEFAULT_CONFIGS };
  7. //# sourceMappingURL=index.d.ts.map