Files
2026-05-13 14:20:41 +00:00

2 lines
79 B
JavaScript

export const fromStatic = (staticValue) => () => Promise.resolve(staticValue);