pinecone-router
Version:
The feature-packed router for Alpine.js.
9 lines • 419 B
TypeScript
export declare const modifierValue: (modifiers: string[], key: string, fallback?: string) => string | undefined;
/**
*
* @param path
*/
export declare const addBasePath: (path: string) => string;
export declare const isArrayExpression: (expression: string) => boolean;
export declare const getTargetELement: (targetId?: string, globalTargetId?: string) => HTMLElement | undefined;
//# sourceMappingURL=utils.d.ts.map