UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

9 lines (8 loc) 418 B
import SASjs from '@sasjs/adapter/node'; /** * Export compute context to json file in current folder. * @param {string} contextName - name of the context to export. * @param {object} sasjs - configuration object of SAS adapter. * @param {string} accessToken - an access token for an authorized user. */ export declare function exportContext(contextName: string, sasjs: SASjs, accessToken: string): Promise<void>;