UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

6 lines (5 loc) 205 B
import * as consts from './consts'; import * as helpers from './helpers'; import * as interfaces from './interfaces'; import * as types from './types'; export { interfaces, types, helpers, consts, };