UNPKG

132 BTypeScriptView Raw
1import * as t from '@babel/types';
2declare const getName: (node: t.Identifier | t.StringLiteral) => string;
3export default getName;