Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.34 KB

fn-plus.md

File metadata and controls

51 lines (37 loc) · 1.34 KB

fn+ 0.3.0 JSDoc

fn

fn+ namespace

Kind: global constant
Since: 0.1.0

fn.bind(func, args, [thisArg]) ⇒ function

Binds a function to predefined args

Kind: static method of fn
Returns: function - Bound function
Since: 0.3.0

Param Type Description
func function Function to bind
args Array Args to predefine
[thisArg] Object this-Keyword to use

fn.bindLast(func, args, [thisArg])

Binds a function to predefined args as last args

Kind: static method of fn
Since: 0.3.0

Param Type Description
func function Function to bind
args Array Args to predefine
[thisArg] Object this-Keyword to use

fn.version() ⇒ String

Get fn+ version

Kind: static method of fn
Returns: String - fn+ version
Since: 0.1.0