smartlog/ts/smartlog.plugins.ts

5 lines
166 B
TypeScript
Raw Normal View History

2023-07-12 17:21:36 +00:00
import * as isounique from '@push.rocks/isounique';
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
2019-10-22 13:04:15 +00:00
2020-06-05 09:25:28 +00:00
export { isounique, smartlogInterfaces };