@tonaljs/core
Version:
Music theory library
11 lines (8 loc) • 536 B
TypeScript
export * from '@tonaljs/pitch';
export * from '@tonaljs/pitch-distance';
export * from '@tonaljs/pitch-interval';
export * from '@tonaljs/pitch-note';
declare const fillStr: (s: string, n: number) => string;
declare function deprecate<ResultFn extends (this: any, ...newArgs: any[]) => ReturnType<ResultFn>>(original: string, alternative: string, fn: ResultFn): (this: unknown, ...args: unknown[]) => ReturnType<ResultFn>;
declare const isNamed: (this: unknown, ...args: unknown[]) => boolean;
export { deprecate, fillStr, isNamed };