Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/export types #458

Merged
merged 4 commits into from
Jan 3, 2025
Merged

Feat/export types #458

merged 4 commits into from
Jan 3, 2025

Conversation

danigb
Copy link
Collaborator

@danigb danigb commented Jan 3, 2025

Fixes #456

import { Interval, IntervalType, Note, NoteType } from "tonal";

const note: NoteType = Note.get("C4");
const interval: IntervalType = Interval.get("4P");

@danigb danigb merged commit 215dbde into main Jan 3, 2025
1 check passed
@danigb danigb deleted the feat/export-types branch January 3, 2025 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

export Note as type
1 participant