UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

62 lines (29 loc) 707 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [\_Path](./rc-js-util._path.md) ## \_Path class File path manipulation utilities. **Signature:** ```typescript export declare class _Path ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [join](./rc-js-util._path.join.md) </td><td> `static` `readonly` </td><td> typeof pathJoin </td><td> Joins two strings `start` and `end` with a `separator`<!-- -->. </td></tr> </tbody></table>