@kiwicom/orbit-tracking
Version:
Tracking for orbit design system
38 lines (35 loc) • 1.5 kB
TypeScript
import { errorMessage, infoMessage } from './helpers/message.js';
import { getCategory } from './helpers/category.js';
import { mapProjects } from './helpers/projects.js';
import { projectCmd } from './helpers/project.js';
import { headingTemplate } from './helpers/template.js';
import { getOutputPath, __dirname } from './helpers/path.js';
import { month, timestamp } from './helpers/date.js';
import apiRequest from './helpers/apiRequest.js';
declare const index_getCategory: typeof getCategory;
declare const index_errorMessage: typeof errorMessage;
declare const index_infoMessage: typeof infoMessage;
declare const index_month: typeof month;
declare const index_apiRequest: typeof apiRequest;
declare const index_mapProjects: typeof mapProjects;
declare const index_projectCmd: typeof projectCmd;
declare const index_headingTemplate: typeof headingTemplate;
declare const index_getOutputPath: typeof getOutputPath;
declare const index___dirname: typeof __dirname;
declare const index_timestamp: typeof timestamp;
declare namespace index {
export {
index_getCategory as getCategory,
index_errorMessage as errorMessage,
index_infoMessage as infoMessage,
index_month as month,
index_apiRequest as apiRequest,
index_mapProjects as mapProjects,
index_projectCmd as projectCmd,
index_headingTemplate as headingTemplate,
index_getOutputPath as getOutputPath,
index___dirname as __dirname,
index_timestamp as timestamp,
};
}
export { index as i };