UNPKG

@koreanpanda/inscriber

Version:

A Logger that can write logs, and print them, with full customization.

12 lines (11 loc) 557 B
/**======================================================================== * ? ABOUT * @author : Cody Spratford * @email : koreanpanda345@gmail.com * @repo : https://github.com/koreanpanda345/Inscriber * @createdOn : 11/14/2020 * @description : This is the builders barrel file. * @since : 11/21/2020 *========================================================================**/ export * from "./InscriberConfigBuilder"; export * from "./CustomLogBuilder";