mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 16:19:59 -07:00
global: snapshot
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -190,6 +190,15 @@ export function dotted(args) {
|
||||
return line(_args);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Omit<Parameters<typeof line>[0], 'style'>} args
|
||||
*/
|
||||
export function dashed(args) {
|
||||
const _args = /** @type {Parameters<typeof line>[0]} */ (args);
|
||||
_args.style = 2;
|
||||
return line(_args);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Omit<Parameters<typeof line>[0], 'style'>} args
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user