UNPKG

@koreanpanda/inscriber

Version:

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

11 lines (10 loc) 503 B
/**======================================================================== * ? ABOUT * @author : Cody Spratford * @email : koreanpanda345@gmail.com * @repo : https://github.com/koreanpanda345/Inscriber * @createdOn : 11/14/2020 * @description : This is the interface barrel file. * @since : 11/14/2020 *========================================================================**/ export * from "./ILog";