UNPKG

ntms

Version:

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

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