UNPKG

prg-editor

Version:

Data Table and Editor for use with Prg-Form

8 lines (5 loc) 126 B
/* * @author David Menger */ const context = require.context('./test', true, /\.jsx?$/); context.keys().forEach(context);