UNPKG

@agnostack/magento2-request

Version:

Please contact agnoStack via info@agnostack.com for any questions

5 lines (4 loc) 256 B
export declare const ensureString: (string: string) => string; export declare const removeLeadingSlash: (string: string) => string; export declare const removeTrailingSlash: (string: string) => string; export declare const safeParse: (object: any) => any;