UNPKG

@el3um4s/svelte-get-component-info

Version:
4 lines (3 loc) 161 B
declare function isStringType(s: string): boolean; declare function getStringWithoutQuote(s: string): string; export { isStringType, getStringWithoutQuote };