├── .gitignore ├── LICENSE.md ├── README.md └── declair.clj /.gitignore: -------------------------------------------------------------------------------- 1 | .clj-kondo/ 2 | .lsp/ 3 | .calva/ -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rushdynamic/declair/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rushdynamic/declair/HEAD/README.md -------------------------------------------------------------------------------- /declair.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rushdynamic/declair/HEAD/declair.clj --------------------------------------------------------------------------------