/**
* rubico v2.7.3
* https://github.com/a-synchronous/rubico
* (c) 2019-2025 Richard Tong
* rubico may be freely distributed under the MIT license.
*/const objectKeys=Object.keys,keys=e=>null==e?[]:"function"==typeof e.keys?[...e.keys()]:objectKeys(e);exportdefault keys;