UNPKG

recaptcha-lib

Version:

Google reCaptcha backend and frontend integration library

13 lines (10 loc) 198 B
import { initiate, execute } from './src/recaptchaFE' import { validateToken } from './src/recaptchaBE' const recaptcha = { initiate, execute, validateToken } export { recaptcha }