mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Added an example from ReduxJS
This commit is contained in:
parent
573b88d3ef
commit
92a90ee7b5
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ export type PromiseFor<T> = {
|
|||
```
|
||||
as discussed at the [Roblox DevForum](https://devforum.roblox.com/t/regression-with-genericrecursively-defined-types/1616647).
|
||||
|
||||
Examples like this are quite common in TypeScript code, for example in [ReduxJS](https://github.com/reduxjs/redux-thunk/blob/master/src/types.ts).
|
||||
|
||||
## Design
|
||||
|
||||
*This section to be filled in once we decide which alternative to use*
|
||||
|
|
Loading…
Add table
Reference in a new issue