UNPKG

dependency-cruiser

Version:

Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.

7 lines (6 loc) 142 B
export default function extractStats(pAST) { return { topLevelStatementCount: pAST?.statements?.length || 0, size: pAST?.end || 0, }; }