File "ownKeys.ts"
Full path: /home/fsibplc/public_html/sommilito-bank2/splide-4.1.3/src/js/utils/object/ownKeys/ownKeys.ts
File
size: 74 B (74 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
/**
* An alias of `Object.keys()`
*/
export const ownKeys = Object.keys;