rename "assert" to "util"
This commit is contained in:
parent
1517b1ef2c
commit
5092540715
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
export function assertBoolean(condition: boolean, ...data: any[]){
|
||||
console.assert(condition,data);
|
||||
console.assert(condition,...data);
|
||||
}
|
Loading…
Add table
Reference in a new issue