Skip to content

Instantly share code, notes, and snippets.

@Akifcan
Akifcan / correctjs
Last active March 31, 2020 18:13
correctjs example
import { correct } from 'correctjs'
or
const correct = require('correctjs')
const name = ''
const email = 'test@hotmail'
const age = '109a'
const customReg = '44'
const point = 20
const sayHi = 'hello'