UNPKG

@squiz/dxp-plugin-core

Version:

The non public core commands for dxp

9 lines (8 loc) 281 B
/*! * @license * Copyright Squiz Australia Pty Ltd. All Rights Reserved. */ export * from './Commands/Help/Help.command'; export * from './Commands/Login/Login.command'; export * from './Commands/Logout/Logout.command'; export * from './Commands/WhoAmI/WhoAmI.command';