feat(core): introduced lucene style search
This commit is contained in:
5
ts/classes.convenience.ts
Normal file
5
ts/classes.convenience.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as plugins from './plugins.js';
|
||||
|
||||
export const getNewUniqueId = async (prefixArg?: string) => {
|
||||
return plugins.smartunique.uni(prefixArg);
|
||||
};
|
Reference in New Issue
Block a user