Skip to content

SithLor/RTCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSRTCheck

installtion

npm i RTCheck

usage

ESM

import RunTimeCheck from "RTcheck"
function app(s){
   new RunTimeCheck().CheckArgs(s,"number")
}
app("s")

CJS

var a = require('rtcheck')
function app(s){
   new a.default().CheckArgs(s,"number")
}
app("s")

info

CJS not get all the support as esm beacasue esm work on the browser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published