Update tsafe

This commit is contained in:
Joseph Garrone
2024-11-18 21:38:27 +01:00
parent e0cda43724
commit de4490cf0f
15 changed files with 67 additions and 57 deletions

View File

@ -4,8 +4,7 @@ import { SemVer } from "../src/bin/tools/SemVer";
import { join as pathJoin, relative as pathRelative } from "path";
import chalk from "chalk";
import { Deferred } from "evt/tools/Deferred";
import { assert } from "tsafe/assert";
import { is } from "tsafe/is";
import { assert, is } from "tsafe/assert";
import { run } from "./shared/run";
(async () => {