Skip to content

tianwenh/utils

Repository files navigation

@tianwenh/utils

List of utils.

Dev

pnpm i
npm run build
// from file
import { slugify } from '@tianwenh/utils/string';

slugify('hello world');

import { getTheme } from '@tianwenh/utils/theme';
getTheme();

// or
import { string, theme } from '@tianwenh/utils';
string.slugify('hello world');
theme.getTheme();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published