UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

10 lines (9 loc) 241 B
import { defu } from "defu"; // @__NO_SIDE_EFFECTS__ export function defineLocale(options) { return defu(options, { dir: "ltr" }); } // @__NO_SIDE_EFFECTS__ export function extendLocale(locale, options) { return defu(options, locale); }