UNPKG

hexo-util

Version:

Utilities for Hexo.

3 lines (2 loc) 90 B
declare function camelCaseKeys(obj: object): Record<string, any>; export = camelCaseKeys;