UNPKG

@cerbos/http

Version:

Client library for interacting with the Cerbos policy decision point service over HTTP from browser-based applications

17 lines 452 B
"use strict"; // Code generated by protoc-gen-ts_proto. DO NOT EDIT. // source: google/protobuf/empty.proto Object.defineProperty(exports, "__esModule", { value: true }); exports.Empty = exports.protobufPackage = void 0; /* eslint-disable */ exports.protobufPackage = "google.protobuf"; exports.Empty = { fromJSON(_) { return {}; }, toJSON(_) { const obj = {}; return obj; }, }; //# sourceMappingURL=empty.js.map