MCPcopy Create free account
hub / github.com/decaporg/decap-cms / Map

Interface Map

packages/decap-cms-lib-util/src/implementation.ts:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52export interface Map {
53 get: <T>(key: string, defaultValue?: T) => T;
54 getIn: <T>(key: string[], defaultValue?: T) => T;
55 setIn: <T>(key: string[], value: T) => Map;
56 set: <T>(key: string, value: T) => Map;
57}
58
59export type DataFile = {
60 path: string;

Callers 15

compileStringTemplateFunction · 0.85
fromURLFunction · 0.85
fromFetchArgumentsFunction · 0.85
maybeRequestArgFunction · 0.85
getPropMergeFunctionFunction · 0.85
jsToMapFunction · 0.85
createCursorStoreFunction · 0.85
clearDataMethod · 0.85
ObjectControl.jsFile · 0.85
markdownToRemarkFunction · 0.85
markdownToHtmlFunction · 0.85
markdownToSlateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected