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.

types.mjs 578B

1234567891011121314151617
  1. import types from './dist/types.js'
  2. export const binaryOptions = types.binaryOptions
  3. export const boolOptions = types.boolOptions
  4. export const intOptions = types.intOptions
  5. export const nullOptions = types.nullOptions
  6. export const strOptions = types.strOptions
  7. export const Schema = types.Schema
  8. export const Alias = types.Alias
  9. export const Collection = types.Collection
  10. export const Merge = types.Merge
  11. export const Node = types.Node
  12. export const Pair = types.Pair
  13. export const Scalar = types.Scalar
  14. export const YAMLMap = types.YAMLMap
  15. export const YAMLSeq = types.YAMLSeq