UNPKG

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