UNPKG

africa

Version:

A library to interactively create and read configuration files.

9 lines (8 loc) 177 B
/* eslint-disable quote-props */ import '../types/externs' import africa from './' import Group from './lib/Group' module.exports = { '__africa': africa, '_Group': Group, }