Files
2026-04-04 12:49:09 +08:00

2 lines
79 B
JavaScript

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