UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

4 lines (3 loc) 116 B
export function sourceFilePath(node) { return node.getSourceFile().getFilePath().split("node_modules").pop(); }