Generación de sugerencias y persistencia en BDD funcional. Falta afinar detalles

This commit is contained in:
2026-03-06 17:58:40 -06:00
parent 37fab3ead6
commit 2165d4a976
16 changed files with 9615 additions and 82 deletions

12
src/types/citeproc.d.ts vendored Normal file
View File

@@ -0,0 +1,12 @@
declare module 'citeproc' {
const CSL: {
Engine: new (
sys: any,
style: string,
lang?: string,
forceLang?: boolean,
) => any
}
export default CSL
}