Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ayampenyet
/
onedrive
like
0
Paused
App
Files
Files
Community
5db682b
onedrive
/
i18next.d.ts
ImPekaaboo
first commit
5db682b
5 months ago
raw
Copy download link
history
blame
Safe
230 Bytes
import
'i18next'
declare
module
'i18next'
{
interface
CustomTypeOptions
{
// This is set to prevent i18next's t function to return null
// https://github.com/i18next/next-i18next/issues/2038
returnNull
:
false
}
}