UNPKG

@mapcss/preset-svg

Version:
16 lines (15 loc) 562 B
export { fileURLToPath, pathToFileURL, } from "url"; export { existsSync, readFileSync, } from "fs"; export { basename, dirname, isAbsolute, join, relative, resolve, sep, } from "path"; export { Buffer } from "buffer"; export { nanoid } from "../../nanoid@v3.0.0/nanoid.js"; import { bold, cyan, getColorEnabled, gray, green, magenta, red, yellow, } from "../../../std@0.109.0/fmt/colors.js"; export const pico = { isColorSupported: getColorEnabled(), createColors: () => ({ bold, red, gray }), cyan, gray, green, yellow, magenta, };