Skip to content

Latest commit

 

History

History

async-or-sync-type

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

AsyncOrSyncType<Type> unwraps AsyncOrSync type

type AsyncOrSyncNumber = AsyncOrSync<number>;

type NumberType = AsyncOrSyncType<AsyncOrSyncNumber>;
//   ^? number

TS Playground – https://tsplay.dev/wOLQlN