1.0.0 • Published 6 years ago

permanent v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Constants

BOOL_FALSE : boolean

The boolean value false

Kind: global constant

BOOL_TRUE : boolean

The boolean true

Kind: global constant

INT_NEGATIVE_ONE : number

The integer -1

Kind: global constant

INT_ONE : number

The integer 1

Kind: global constant

INT_ZERO : number

The integer 0

Kind: global constant

NULL : Object

The null value

Kind: global constant

STR_BOOLEAN : string

The string 'boolean'

Kind: global constant

STR_CREATE : string

The string 'create'

Kind: global constant

STR_DELETE : string

The string 'delete'

Kind: global constant

STR_EMPTY : string

An empty string

Kind: global constant

STR_FALSE : string

The string 'false'

Kind: global constant

STR_FUNCTION : string

The string value 'function'

Kind: global constant

STR_GET : string

The string 'get'

Kind: global constant

STR_METHOD_DELETE : string

The string 'DELETE'

Kind: global constant

STR_METHOD_GET : string

The string 'GET'

Kind: global constant

STR_METHOD_POST : string

The string 'POST'

Kind: global constant

STR_METHOD_PUT : string

The string 'PUT'

Kind: global constant

STR_NUMBER : string

The string value 'number'

Kind: global constant

STR_OBJECT : string

The string value 'object'

Kind: global constant

STR_POST : string

The string 'post'

Kind: global constant

STR_PUT : string

The string 'put'

Kind: global constant

STR_READ : string

The string 'read'

Kind: global constant

STR_STRING : string

The string value 'string'

Kind: global constant

STR_TRUE : string

The string value 'true'

Kind: global constant

STR_UNDEFINED : string

The string value 'undefined'

Kind: global constant

STR_UPDATE : string

The string 'update'

Kind: global constant

UNDEF : undefined

The undefined constant

Kind: global constant