mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 02:09:30 +08:00
3 lines
115 B
Text
3 lines
115 B
Text
/** @type {Array<Unsafe>} */
|
|
export const unsafe: Array<Unsafe>;
|
|
export type Unsafe = import('./types.js').Unsafe;
|