Files
SerpentRace/SerpentRace_Backend/node_modules/@smithy/property-provider/dist-es/fromStatic.js
T
2025-07-11 19:56:28 +02:00

2 lines
79 B
JavaScript

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