@sectester/core
Version:
The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.
10 lines (9 loc) • 314 B
TypeScript
import './register';
export * from './api';
export * from './configuration';
export * from './credentials-provider';
export * from './exceptions';
export * from './logger';
export * from './DefaultProjects';
export * from './Projects';
export { NumBoundaries, checkBoundaries, contains, truncate } from './utils';