UNPKG

365 BJavaScriptView Raw
1import { SPQueryable } from "../spqueryable.js";
2import { spPost } from "../operations.js";
3import { body } from "@pnp/queryable";
4export function getValueForUICultureBinder(propName) {
5 return function (cultureName) {
6 return spPost(SPQueryable(this, `${propName}/getValueForUICulture`), body({ cultureName }));
7 };
8}
9//# sourceMappingURL=funcs.js.map
\No newline at end of file