Skip to main content
Module

x/sdeno/deps.ts

Steno on Deno. Specialized fast async file writer.
Go to Latest
import * as sdeno from "https://deno.land/x/sdeno@v1.0.8/deps.ts";

Namespaces

Utilities for working with OS-specific file paths.

Classes

Buffer objects are used to represent a fixed-length sequence of bytes. Many Node.js APIs support Buffers.

Functions

Returns a string identifying the endianness of the CPU for which the Deno binary was compiled. Possible values are 'BE' for big endian and 'LE' for little endian.

Return free memory amount

Not yet implemented

Returns the string path of the current user's home directory.

Returns the host name of the operating system as a string.

Returns an array containing the 1, 5, and 15 minute load averages

Returns an object containing network interfaces that have been assigned a network address. Each key on the returned object identifies a network interface. The associated value is an array of objects that each describe an assigned network address.

Returns the a string identifying the operating system platform. The value is set at compile time. Possible values are 'darwin', 'linux', and 'win32'.

Returns the operating system as a string

Not yet implemented

Returns the operating system's default directory for temporary files as a string.

Return total physical memory amount

Returns operating system type (i.e. 'Windows_NT', 'Linux', 'Darwin')

Not yet implemented

Not yet implemented

Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator.

Convert a glob string to a regular expression.

Test whether the given string is a glob

Like join(), but doesn't collapse "**/.." when globstar is true.

Like normalize(), but doesn't collapse "**/.." when globstar is true.

Interfaces

A parsed path object generated by path.parse() or consumed by path.format().