UNPKG

@intlayer/chokidar

Version:

Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.

10 lines (7 loc) 184 B
import { t } from 'intlayer'; /** @type {import('intlayer').Dictionary} **/ const {{name}}Content = { key: '{{key}}',{{fileParams}} content: {}, }; module.exports = {{name}}Content;