mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-13 16:33:30 -07:00
website: redesign part 13
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createId } from "../utils/id.js";
|
||||
|
||||
/** @param {readonly string[]} path */
|
||||
export function createPathId(path) {
|
||||
return createId(path.join(" "));
|
||||
}
|
||||
Reference in New Issue
Block a user