Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created August 19, 2020 11:27
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 velotiotech/1bb84238fe77ac68d37072d8ea0cf6d3 to your computer and use it in GitHub Desktop.
Save velotiotech/1bb84238fe77ac68d37072d8ea0cf6d3 to your computer and use it in GitHub Desktop.
// usage
import { sum } from 'modules/sum';
const result = sum(20, 30); // 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment