path-value
Version:
Property path-to-value resolver, in TypeScript
6 lines (5 loc) • 315 B
TypeScript
export { IPathOptions, IPathResult, PathErrorCode, PathInput } from './types';
export { PathError, PathExistError } from './errors';
export { resolvePath, tokenizePath } from './parsers';
export { validateErrorCode, validateExists } from './validators';
export { resolveValue, resolveIfExists } from './resolvers';