UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

13 lines (12 loc) 502 B
// This file was auto-generated by Fern from our API Definition. import { normalizeClientOptionsWithAuth } from "../../../../BaseClient.mjs"; import { BlocksClient } from "../resources/blocks/client/Client.mjs"; export class AnomalyClient { constructor(options) { this._options = normalizeClientOptionsWithAuth(options); } get blocks() { var _a; return ((_a = this._blocks) !== null && _a !== void 0 ? _a : (this._blocks = new BlocksClient(this._options))); } }