UNPKG

hexo-util

Version:

Utilities for Hexo.

9 lines (8 loc) 179 B
interface Result { text: string; id: string; level: number; unnumbered?: boolean; } declare function tocObj(str: string, options?: {}): Result[]; export = tocObj;