Press n or j to go to the next uncovered block, b, p or k for the previous block.
import _cuid from 'cuid' /** * 生成 CUID。 * * @see https://www.npmjs.com/package/cuid */ export function cuid(): string { return _cuid() }