diff --git a/src/public/app/services/attribute_parser.d.ts b/src/public/app/services/attribute_parser.d.ts deleted file mode 100644 index 58fe9b916..000000000 --- a/src/public/app/services/attribute_parser.d.ts +++ /dev/null @@ -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[] -