Files
2026-03-27 11:54:23 +08:00

2 lines
79 B
JavaScript

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