Files
ObsidianPad/node_modules/global-agent/dist/Logger.js.flow
T

11 lines
129 B
Plaintext
Raw Normal View History

2026-05-31 18:44:04 +08:00
// @flow
import Roarr from 'roarr';
const Logger = Roarr
.child({
package: 'global-agent',
});
export default Logger;