web server tools collection for node
Get the real path of the system temp directory
Temporary files and directories
Temporary files, directories or names!
Create and remove temporary directories with minimal effort
TypeScript definitions for temp
Analyze and debug space usage through source maps
Returns a unique temp file name inside the specified folder
`fs-temp` is a quick and simple way to create temporary files and directories.
Write data to a random temporary file
A stack that destroys itself after a given time (ttl)
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
```typescript export function getTempName(prefix?: string | null | undefined): string;
A JavaScript port of the Proj.4 cartographic projections library
Delete files and directories
Get a random temporary file path
Native OS module API shim for older node.js versions
Determine common OS/platform paths (home, temp, ...)
Type checker for the Python language
Provides a uniquely named temp directory.
Parse a text-file and convert it to an array of XY points
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Generate a random path name.
recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.