1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-10-01 15:46:40 +02:00
Files
flexsearch/dist/module/global.js
Thomas Wilkerling 0c2ce73ce2 bundle v0.7.0
2021-06-06 00:30:12 +02:00

1 line
171 B
JavaScript

export const global_lang={};export const global_charset={};export function registerCharset(a,b){global_charset[a]=b}export function registerLanguage(a,b){global_lang[a]=b}