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