UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

5 lines (4 loc) 154 B
import { set } from "../../../config/index.js"; export const setAuthorization = (authorization) => { set({ authorization: { ...authorization } }); };