UNPKG

@sasjs/adapter

Version:

JavaScript adapter for SAS

7 lines (6 loc) 271 B
/** * Extracts user full name assuming the first word after "title" means log off if not found otherwise in the dictionary * @param response SAS response content * @returns user full name */ export declare const extractUserLongNameSas9: (response: string) => string;