1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-05 23:10:28 +00:00

refactor: remove // @ts-check

This commit is contained in:
linonetwo 2024-09-10 10:24:11 +08:00
parent 270aeba8ff
commit 492d812ce0
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
// @ts-check
/**
title: $:/core/modules/parsers/wikiparser/rules/codeblock.js
type: application/javascript

View File

@ -1,4 +1,3 @@
// @ts-check
/**
* @typedef {import('./rules/codeblock').CodeblockNode} CodeblockNode
*/