Skip to content

Instantly share code, notes, and snippets.

@edsu
Last active December 8, 2021 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsu/5455355155f97dd8e844ac267b18a8db to your computer and use it in GitHub Desktop.
Save edsu/5455355155f97dd8e844ac267b18a8db to your computer and use it in GitHub Desktop.
t.ts:3:19 - error TS2532: Object is possibly 'undefined'.
import { min } from 'lodash';
const n: number = min([1,2,3]) + min([4,2,3]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment