1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-20 02:41:25 +02:00
Files
flexsearch/dist/module-debug/profiler.js
2025-03-19 14:33:22 +01:00

9 lines
144 B
JavaScript

import { create_object } from "./common.js";
const data = create_object();
/**
* @param {!string} name
*/
export default function tick() {}