| 1 | import { v1 } from "@authzed/authzed-node"; |
| 2 | // set up it on localhost like this: |
| 3 | // const client = v1.NewClient('mytokenhere', 'localhost:50051', v1.ClientSecurity.INSECURE_LOCALHOST_ALLOWED); |
| 4 | const client = v1.NewClient("mytokenhere"); |
nothing calls this directly
no test coverage detected