UNPKG

nwixtoolset

Version:

Node module wrapper around the WIX Toolset executables.

17 lines (16 loc) 500 B
export { CommonWIXOptions, Dictionary, ensurePaths } from "./lib/util"; export * from "./lib/run"; export * from "./lib/candle"; export * from "./lib/dark"; export * from "./lib/heat"; export * from "./lib/insignia"; export * from "./lib/light"; export * from "./lib/lit"; export * from "./lib/lux"; export * from "./lib/melt"; export * from "./lib/nit"; export * from "./lib/pyro"; export * from "./lib/retina"; export * from "./lib/shine"; export * from "./lib/smoke"; export * from "./lib/torch";