I am trying create a function type (delegate), by using following code.
delegate
interface DelegateTypeExample { m: (s: string) => number; } const