UNPKG

@playbooks/utils

Version:

A collection of utilities used for Playbooks.

4 lines (3 loc) 185 B
export { computeTailwind } from '@ehubbell/html'; export declare const htmlToText: (data: any, options?: any) => any; export declare const stripHtmlEntities: (data?: string) => string;