UNPKG

hexo-util

Version:

Utilities for Hexo.

7 lines (6 loc) 154 B
interface Options { separator?: string; transform?: number; } declare function slugize(str: string, options?: Options): string; export = slugize;