Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- declare function realpath(filepath: string): string;
- declare namespace realpath {
- var sync: typeof realpathSync;
- }
- declare function realpathSync(filepath: string): string;
- export = realpath;
|