File: join.d.ts

package info (click to toggle)
node-memory-fs 0.5.0%2B~0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: javascript: 940; makefile: 2
file content (3 lines) | stat: -rwxr-xr-x 78 bytes parent folder | download
1
2
3
declare function join(path: string, request: string): string;

export = join;