Afanasev_Stepan_PIbd-21_IP/ИП 3 лаба/node_modules/tsconfig-paths/lib/index.d.ts
[USERNAME] 0dd26716dc Lab2-5
2024-01-10 16:11:49 +04:00

6 lines
445 B
TypeScript

export { createMatchPath, matchFromAbsolutePaths, MatchPath, } from "./match-path-sync";
export { createMatchPathAsync, matchFromAbsolutePathsAsync, MatchPathAsync, } from "./match-path-async";
export { register } from "./register";
export { loadConfig, ConfigLoaderResult, ConfigLoaderSuccessResult, ConfigLoaderFailResult, } from "./config-loader";
export { ReadJsonSync, ReadJsonAsync, FileExistsSync, FileExistsAsync, } from "./filesystem";