File: mathutils.d.ts

package info (click to toggle)
node-ts-loader 9.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,888 kB
  • sloc: javascript: 74,612; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
declare namespace mathutils {
    export var version: string;
    
    export function adder(num1: number, num2: number): number;
}

export = mathutils;