Generación de sugerencias y persistencia en BDD funcional. Falta afinar detalles
This commit is contained in:
12
src/types/citeproc.d.ts
vendored
Normal file
12
src/types/citeproc.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare module 'citeproc' {
|
||||
const CSL: {
|
||||
Engine: new (
|
||||
sys: any,
|
||||
style: string,
|
||||
lang?: string,
|
||||
forceLang?: boolean,
|
||||
) => any
|
||||
}
|
||||
|
||||
export default CSL
|
||||
}
|
||||
Reference in New Issue
Block a user