UNPKG

frontend-standards-checker

Version:

A comprehensive frontend standards validation tool with TypeScript support

11 lines 315 B
export function dircase() { return { line: '↔️', type: 'direction', message: 'Check the function complexity and consider refactoring if needed.', severity: 'info', category: 'complexity', rule: 'Function complexity', }; } //# sourceMappingURL=index.js.map