Skip to content

Instantly share code, notes, and snippets.

@alanbsmith
Created January 15, 2018 21:34
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 alanbsmith/30e5a0c7efe90e3d05a79a06618cdd1c to your computer and use it in GitHub Desktop.
Save alanbsmith/30e5a0c7efe90e3d05a79a06618cdd1c to your computer and use it in GitHub Desktop.
// lib/index.js
import validatePhone from "./validatePhone";
module.exports = {
validatePhone
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment