mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-30 08:27:56 +00:00
chore: update to version 14.0.11 and align website URLs
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { DeriveJunction } from './DeriveJunction.js';
|
||||
export interface ExtractResult {
|
||||
parts: string[] | null;
|
||||
path: DeriveJunction[];
|
||||
}
|
||||
/**
|
||||
* @description Extract derivation junctions from the supplied path
|
||||
*/
|
||||
export declare function keyExtractPath(derivePath: string): ExtractResult;
|
||||
Reference in New Issue
Block a user