lepikhinb / laravel-typescript

MIT License
387 stars 46 forks source link

Fix return type with prefix "?" #5

Closed Litiano closed 3 years ago

Litiano commented 3 years ago

Fix return types prefixed with "?", example: "?string" or "string|null" in accessor methods.

lepikhinb commented 3 years ago

Thanks! Merged