芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/node_modules/sucrase/dist/types/util/isIdentifier.d.ts
/** * Determine if the given name is a legal variable name. * * This is needed when transforming TypeScript enums; if an enum key is a valid * variable name, it might be referenced later in the enum, so we need to * declare a variable. */ export default function isIdentifier(name: string): boolean;