bpms_site/.svn/pristine/18/182f576bbcdd820f732edf03008ddd8aeaee126c.svn-base
2025-11-02 16:38:49 +03:30

5 lines
67 B
Plaintext

export function _throw(e) {
throw e;
}
export { _throw as _ };