rename "assert" to "util"
This commit is contained in:
parent
1517b1ef2c
commit
5092540715
@ -1,3 +1,3 @@
|
||||
export function assertBoolean(condition: boolean, ...data: any[]){
|
||||
console.assert(condition,data);
|
||||
console.assert(condition,...data);
|
||||
}
|
Loading…
Reference in New Issue
Block a user