UNPKG

pig-dam-core

Version:

Library that should be included in every Pig DAM project we build

8 lines 244 B
/** * Date: 5/19/20 * Time: 9:32 PM * @license MIT (see project's LICENSE file) */ export declare type LogMessage = string | (() => string) | Error; export declare type StackDescription = string | string[]; //# sourceMappingURL=log.d.ts.map