bpms_site/.svn/pristine/6c/6c7e0a35912b4ce8d66ad1807ee62fc976115116.svn-base
2025-11-02 16:38:49 +03:30

5 lines
96 B
Plaintext

export function _await_value(value) {
this.wrapped = value;
}
export { _await_value as _ };