mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-13 00:09:50 -06:00
chore(client/ts): remove unused type definition
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
declare module 'attribute_parser';
|
||||
|
||||
|
||||
export function lex(str: string): any[]
|
||||
export function parse(tokens: any[], str?: string, allowEmptyRelations?: boolean): any[]
|
||||
export function lexAndParse(str: string, allowEmptyRelations?: boolean): any[]
|
||||
|
||||
Reference in New Issue
Block a user