UNPKG

node-plop

Version:

programmatic plopping for fun and profit

7 lines (5 loc) 174 B
import add from "./add.js"; import addMany from "./addMany.js"; import modify from "./modify.js"; import append from "./append.js"; export { add, addMany, modify, append };