Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ bind
Function
bind
packages/decap-cms-core/src/valueObjects/EditorComponent.js:6–8 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
4
const
catchesNothing = /.^/;
5
6
function
bind(fn) {
7
return
isFunction(fn) && fn.bind(null);
8
}
9
10
export
default
function
createEditorComponent(config) {
11
const
{
Callers
1
createEditorComponent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected