UNPKG

sucrase

Version:

Super-fast alternative to Babel for when you can target modern JS runtimes

4 lines (3 loc) 117 B
export default interface IdentifierReplacer { getIdentifierReplacement(identifierName: string): string | null; }