UNPKG

@itsmworkbench/utils

Version:

The usual utility functions

3 lines (2 loc) 152 B
export declare function extractPathFromDescription(input: string): string; export declare function dropFirstSegments(input: string, n: number): string;