Narek Hakobyan

Results 24 issues of Narek Hakobyan

Version: Deno 2.0.0-rc.9 ``` error: Uncaught SyntaxError: The requested module '../../interfaces' does not provide an export named 'IFile' import { IFile } from '../../interfaces'; ``` tried to migrate project from...

question

This pull request introduces a Deno configuration file and updates type definitions across various files. It also adds a new Deno start script to facilitate development. Additionally, several imports have...