Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

designbylunar/agecheck-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age Check (JS)

A dirt simple way to validate users and stay compliant worldwide.

Installation

npm install @lunardesign/agecheck or yarn add @lunardesign/agecheck

Usage

import agecheck from 'agecheck'

console.log(agecheck(13, 'us'));

Acknoledgements

This project is licensed under the MIT License. You can see a copy of it in the LICENSE file in the root of this repository.

This was made to be a quick reusable for internal projects like Mello and our personal projects like Jack's BlueJay

About

A TypeScript rewrite of AgeCheck

Resources

Stars

Watchers

Forks

Releases

No releases published