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) 124 B
export * as validator from "./validator"; export * as transformer from "./transformer"; export * as errors from "./errors";