unity-builder/deno.ts

4 lines
209 B
TypeScript
Raw Normal View History

2022-06-07 21:59:34 +00:00
// These are the packages from Deno that replace the ones from Node.
import * as fs from 'https://deno.land/std@0.142.0/node/fs/promises.ts';
import * as path from 'https://deno.land/std@0.141.0/path/mod.ts';