UNPKG

@flex-development/pathe

Version:

Universal drop-in replacement for node:path

18 lines (17 loc) 252 B
/** * @file dot * @module pathe/lib/dot */ import type { Dot } from '@flex-development/pathe'; /** * Dot character (`'.'`). * * @see {@linkcode Dot} * * @category * utils * * @const {Dot} dot */ declare const dot: Dot; export default dot;