UNPKG
node-bcc
Version:
latest (2.4.2)
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.2.1
1.2.0
1.1.1
1.1.0
A simple Block Check Character library.
github.com/beyerleinf/node-bcc
beyerleinf/node-bcc
node-bcc
/
build
/
src
/
helper
/
helper.d.ts
5 lines
(4 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
Helper
{
static
checkArray
(arrayToCheck: any)
: boolean;
static
checkString
(stringToCheck: string)
: boolean;
}