mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 01:22:11 +00:00
chore(ReactNative): Change deprecated assert to with (#972)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import type { ICache } from '../types/Cache.js';
|
||||
import { Platform } from '../utils/Utils.js';
|
||||
import sha1Hash from './polyfills/web-crypto.js';
|
||||
import package_json from '../../package.json' assert { type: 'json' };
|
||||
import package_json from '../../package.json' with { type: 'json' };
|
||||
import evaluate from './jsruntime/jinter.js';
|
||||
|
||||
class Cache implements ICache {
|
||||
|
||||
Reference in New Issue
Block a user