Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nukeop/nuclear
/ CustomTypeOptions
Interface
CustomTypeOptions
packages/i18n/src/types.ts:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare module
'i18next'
{
4
interface
CustomTypeOptions {
5
defaultNS:
'common'
;
6
resources: typeof resources;
7
}
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected