UNPKG

@openfga/syntax-transformer

Version:

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

5 lines (4 loc) 141 B
export * from "./dsltojson"; export * from "./jsontodsl"; export * from "./modules/mod-to-json"; export * from "./modules/modules-to-model";