UNPKG

98 BTypeScriptView Raw
1declare const em: (value: string | number, base?: string | number) => string;
2
3export default em;