Skip to main content
Style - util - Node documentation
type alias Style

Usage in Deno

import { type Style } from "node:util";

Definition

"special"
| "number"
| "bigint"
| "boolean"
| "undefined"
| "null"
| "string"
| "symbol"
| "date"
| "regexp"
| "module"