UNPKG

eslint-plugin-sitecore-jss

Version:

An ESLint plugin to enforce correct usage of Sitecore JSS components

9 lines 281 B
import ts from "typescript"; declare function log(...args: unknown[]): void; declare function logType(type: ts.Type, label?: string): void; declare const _default: { log: typeof log; logType: typeof logType; }; export default _default; //# sourceMappingURL=logging.d.ts.map