UNPKG

@openfga/sdk

Version:

JavaScript and Node.js SDK for OpenFGA

24 lines (23 loc) 712 B
/** * JavaScript and Node.js SDK for OpenFGA * * API version: 1.x * Website: https://openfga.dev * Documentation: https://openfga.dev/docs * Support: https://openfga.dev/community * License: [Apache-2.0](https://github.com/openfga/js-sdk/blob/main/LICENSE) * * NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT. */ /** * * @throws { FgaRequiredParamError } * @export */ export declare const assertParamExists: (functionName: string, paramName: string, paramValue: unknown) => void; /** * * @export */ export declare const isWellFormedUriString: (uri: string) => boolean; export declare const isWellFormedUlidString: (ulid: string) => boolean;