You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Converted models and services to TypeScript
This commit is contained in:
@@ -2,7 +2,7 @@ import { Dirnames } from './utils/types';
|
||||
import shim from '../../shim';
|
||||
|
||||
const JoplinError = require('../../JoplinError');
|
||||
const time = require('../../time').default;
|
||||
import time from '../../time';
|
||||
const { fileExtension, filename } = require('../../path-utils');
|
||||
|
||||
export enum LockType {
|
||||
|
||||
Reference in New Issue
Block a user