Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages