Options
All
  • Public
  • Public/Protected
  • All
Menu

Module dobby-example-package

Index

Type aliases

Functions

Type aliases

User

User: object

This user supports Markdown

example
const bob = { id:'1', firstName:'bob' }

Type declaration

  • firstName: string

    The first name of the user

  • Optional id?: undefined | string

    The unique identifier of the user

Functions

createUser

echo

  • echo(stringVal: string): string

helloWorld

  • helloWorld(): string

Generated using TypeDoc