UNPKG

ast-metadata-inferer

Version:

[![Test](https://github.com/amilajack/ast-metadata-inferer/actions/workflows/test.yml/badge.svg)](https://github.com/amilajack/ast-metadata-inferer/actions/workflows/test.yml)

9 lines (8 loc) 262 B
/** * Map webidl definition names to prototype chain parent * ex. Console -> console * * This helps generate protoChain's and protoChainId's * ex. Console.log -> console.log */ export default function interceptAndNormalize(parentObjectId: string): string;