UNPKG

215 BTypeScriptView Raw
1export { IAction, TemplateFormat } from "./actions/base";
2export { ACTIONS, actions, // Public API (used in `webpack-dashboard`).
3IRenderOptions, render, } from "./actions";
4export { readJson } from "./util/files";