UNPKG

@lifaon/path

Version:

Useful tool to manage paths like the URL object

5 lines (4 loc) 91 B
export interface IStemAndExtTuple { readonly stem: string; readonly ext: string; }