UNPKG

@intlayer/core

Version:

Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.

4 lines (3 loc) 170 B
import { getInsertionValues } from "./getInsertionValues.mjs"; import { insert as insertion } from "./insertion.mjs"; export { getInsertionValues, insertion as insert };