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.

name.d.ts 223B

123456
  1. import { Tokenizer } from './index';
  2. /**
  3. * Splits remaining `spec.lines[].tokens.description` into `name` and `descriptions` tokens,
  4. * and populates the `spec.name`
  5. */
  6. export default function nameTokenizer(): Tokenizer;