UNPKG

@spot-flow/checkout-inline-js

Version:

This project is an inline library that enables users to make payments seamlessly. It integrates smoothly into your application, providing a streamlined checkout experience.

9 lines (8 loc) 550 B
export declare const underscoreRemove: (str: string) => string; export declare const capitalizeFirstChar: (str: string) => string; export declare const capitalizeWord: (str: string) => string; export declare const isEmptyString: (str: string) => boolean; export declare const underSCoreCapitalizeWord: (str: string) => string; export declare const truncateString: (string: string, maxLength?: number) => string; export declare const camelCaseReplacement: (str: string) => string; export declare const lowercaseUndersoreText: (str: string) => string;