2026-01-22 21:21:56 +05:30

2 lines
79 B
JavaScript

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