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...

12 lines (11 loc) 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.consts = exports.helpers = exports.types = exports.interfaces = void 0; var consts = require("./consts"); exports.consts = consts; var helpers = require("./helpers"); exports.helpers = helpers; var interfaces = require("./interfaces"); exports.interfaces = interfaces; var types = require("./types"); exports.types = types;