UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

8 lines (7 loc) 170 B
/** * Gets the keys of an object with inferred typing. * @param object * @returns */ // prettier-ignore export const getObjectKeys = (object) => Object.keys(object);