2 lines
79 B
JavaScript
2 lines
79 B
JavaScript
|
export const fromStatic = (staticValue) => () => Promise.resolve(staticValue);
|