balena-sdk
Version:
The Balena JavaScript SDK
13 lines (12 loc) • 397 B
JavaScript
;
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;