UNPKG

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