UNPKG

@openfga/syntax-transformer

Version:

Javascript implementation of ANTLR Grammar for the OpenFGA DSL and parser from and to the OpenFGA JSON Syntax

4 lines (3 loc) 395 B
export declare const getConditionLineNumber: (conditionName: string, lines?: string[], skipIndex?: number) => number | undefined; export declare const getTypeLineNumber: (typeName: string, lines?: string[], skipIndex?: number, extension?: boolean) => number | undefined; export declare const getRelationLineNumber: (relation: string, lines?: string[], skipIndex?: number) => number | undefined;