Skip to content

Repository files navigation

Ripple | Function

Coverage StatusBuild Status

Extends core to register functions. For cases when a function resource is registered as a string (e.g. from WS, localStorage), this converts it into a real function before storing.

ripple('component',function(){})

If you coerce a string to be registered as a function, it will attempt to turn it into a real function first:

ripple({name: 'component',body: 'function(){ }',headers: {'content-type': 'application/javascript'}})typeofripple('component')// 'function'

About

Ripple | Function

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages