mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
|
try {
|
||
|
const _ = await import("npm:@denotest/node-lifecycle-scripts");
|
||
|
} catch (_) {}
|