Skip to content

Instantly share code, notes, and snippets.

@guiseek
Created January 8, 2023 15:34
Show Gist options
  • Save guiseek/52c2491c35cd03e52947f9b7f4ecb249 to your computer and use it in GitHub Desktop.
Save guiseek/52c2491c35cd03e52947f9b7f4ecb249 to your computer and use it in GitHub Desktop.
That As
export const that = <I>(value: I) => ({
as<O>() {
return value as unknown as O
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment