UNPKG

77 BTypeScriptView Raw
1declare const toDegree: (radian: number) => number;
2export default toDegree;