mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 00:39:30 +08:00
4 lines
No EOL
190 B
Text
4 lines
No EOL
190 B
Text
import * as ts from 'typescript';
|
|
declare function requiresQuoting(name: string, target?: ts.ScriptTarget): boolean;
|
|
export { requiresQuoting };
|
|
//# sourceMappingURL=requiresQuoting.d.ts.map |