UNPKG

balena-sdk

Version:
13 lines (12 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loadSettingsClient = void 0; const loadSettingsClient = () => { // eslint-disable-next-line @typescript-eslint/no-require-imports const { notImplemented } = require('.'); return { get: notImplemented, getAll: notImplemented, }; }; exports.loadSettingsClient = loadSettingsClient;