UNPKG

190 BTypeScriptView Raw
1/**
2 * Just a wrapper to Timbr
3 * for backward compatibility.
4 */
5import { Timbr, ITimbrOptions } from 'timbr';
6declare const get: (options?: ITimbrOptions) => Timbr;
7export { get, Timbr };