UNPKG

excel-builder-vanilla

Version:

An easy way of building Excel files with javascript

9 lines (8 loc) 203 B
/** * This is mostly a global spot where all of the relationship managers can get and set * path information from/to. * @module Excel/Paths */ export const Paths: { [path: string]: string; } = {};