UNPKG

ntms

Version:

A dead simple way to add i18n to your Next.js app using the Notion API and Deepl

5 lines (4 loc) 171 B
import deepl from './deepl'; import fetchTranslations from './fetchTranslations'; import translate from './translate'; export { deepl, fetchTranslations, translate };