FlorianRappl / dets

Generate a single declaration file for your TypeScript project. :rocket:
https://piral.io
MIT License
24 stars 5 forks source link

Missing Type Specifier Crashes #17

Closed FlorianRappl closed 3 years ago

FlorianRappl commented 3 years ago

Consider the following type declaration

export type Endpoint = {
  endpointId;
  url: string;
  displayName: string;
}

dets should be able to place an any type there.

FlorianRappl commented 3 years ago

Landed in develop and will be released soon!