Runtime 'none' by default

This commit is contained in:
dcode
2019-04-09 08:28:14 +02:00
parent eb6c4c09ee
commit bb659bbdcd
31 changed files with 1253 additions and 1734 deletions

View File

@@ -14,6 +14,5 @@ declare module ASModule {
}
var NUM_COLORS: i32;
function computeLine(y: u32, width: u32, height: u32, limit: u32): void;
function clamp<f64>(value: f64, minValue: f64, maxValue: f64): f64;
}
export default ASModule;