Add native Cast integration
This commit is contained in:
+2
-1
@@ -2,8 +2,9 @@
|
||||
import * as fs from 'node:fs/promises';
|
||||
import * as path from 'node:path';
|
||||
import * as crypto from 'node:crypto';
|
||||
import * as tls from 'node:tls';
|
||||
|
||||
export { crypto, fs, path };
|
||||
export { crypto, fs, path, tls };
|
||||
|
||||
// Project scope
|
||||
import * as shxInterfaces from '@smarthome.exchange/interfaces';
|
||||
|
||||
Reference in New Issue
Block a user