lnked/react-starter

View on GitHub
src/helpers/predicts/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export * from './is-int'
export * from './is-null'
export * from './is-float'
export * from './is-phone'
export * from './is-active'
export * from './is-email'
export * from './is-undefined'
export * from './is-function'
export * from './has-class'
export * from './comparison'