index.ts 68 B

12345
  1. import { safeTextCheck } from './text'
  2. export {
  3. safeTextCheck
  4. }