UNPKG

sodesu-comment

Version:

Comment system with SolidJS

3 lines (2 loc) 84 B
export const isString = (val: unknown): val is string => typeof val === 'string';