mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-20 02:41:25 +02:00
9 lines
144 B
JavaScript
9 lines
144 B
JavaScript
|
|
import { create_object } from "./common.js";
|
|
const data = create_object();
|
|
|
|
/**
|
|
* @param {!string} name
|
|
*/
|
|
|
|
export default function tick() {} |