Sha256: c285b85f15d6116c4e55a2316eb7a621aa34d20a7870e64621fa93636435330f
Contents?: true
Size: 522 Bytes
Versions: 50
Compression:
Stored size: 522 Bytes
Contents
// register is used from register.js in root dir 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";
Version data entries
50 entries across 50 versions & 2 rubygems