Trait deno_node::PathClean

source ·
pub trait PathClean<T> {
    fn clean(&self) -> T;
}
Expand description

Extenion to path_clean::PathClean

Required Methods

Implementations on Foreign Types

Implementors