docsify
Version:
A magical documentation generator.
15 lines • 606 B
TypeScript
/**
* @param {string} query
* @return {Record<string, string>}
*/
export function parseQuery(query: string): Record<string, string>;
export function stringifyQuery(obj: any, ignores?: any[]): string;
export function stripUrlExceptId(str: any): any;
export function getPath(...args: any[]): any;
export const isAbsolutePath: (str: any) => any;
export const removeParams: (str: any) => any;
export const getParentPath: (str: any) => any;
export const cleanPath: (str: any) => any;
export const resolvePath: (str: any) => any;
export const replaceSlug: (str: any) => any;
//# sourceMappingURL=util.d.ts.map