@eryx/_native/_path Module

Summary

Functions

API Reference

Functions

native.canonicalize

Resolves a path to an absolute canonical form via the filesystem.

This is a low-level native helper consumed by @eryx/path.

native.canonicalize(input: any)string

Parameters

input: any

Path string or path-like object to canonicalize.

Returns

Canonical absolute path string.