UNPKG

ilingo

Version:

This is a lightweight library for translation.

7 lines (6 loc) 148 B
import type { IStore } from '../store'; export type Config = { store: IStore; locale: string; }; export type ConfigInput = Partial<Config>;