MCPcopy 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

4const catchesNothing = /.^/;
5
6function bind(fn) {
7 return isFunction(fn) && fn.bind(null);
8}
9
10export default function createEditorComponent(config) {
11 const {

Callers 1

createEditorComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected