We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f891e commit 5d2504fCopy full SHA for 5d2504f
src/index.ts
@@ -1,5 +1,6 @@
1
export { camelToSentenceCase } from "./camelToSentenceCase";
2
export { coercedGet } from "./coercedGet";
3
+export { extractLatLngFromGoogleMapsUrl } from "./extractLatLngFromGoogleMapsUrl";
4
export { generatePrefixedId } from "./generatePrefixedId";
5
export { isValidEmail } from "./isValidEmail";
6
export { isValidGoogleMapsUrl } from "./isValidGoogleMapsUrl";
0 commit comments