Skip to content

Instantly share code, notes, and snippets.

@yuripramos
Created August 29, 2020 13:50
Show Gist options
  • Save yuripramos/4b8c978214b13eae2cc83d8276c2ed26 to your computer and use it in GitHub Desktop.
Save yuripramos/4b8c978214b13eae2cc83d8276c2ed26 to your computer and use it in GitHub Desktop.
import { divide, subtract } from "./mathUtils";
divide(1, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment