mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
99266fa289
commit
b3dfd9b01b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import type { AstroSettings } from '../types/astro.js';
|
|||
import type { AstroConfig } from '../types/public/config.js';
|
||||
import type { RouteType } from '../types/public/internal.js';
|
||||
import { SUPPORTED_MARKDOWN_FILE_EXTENSIONS } from './constants.js';
|
||||
import { removeTrailingForwardSlash, slash, removeQueryString } from './path.js';
|
||||
import { removeQueryString, removeTrailingForwardSlash, slash } from './path.js';
|
||||
|
||||
/** Returns true if argument is an object of any prototype/class (but not null). */
|
||||
export function isObject(value: unknown): value is Record<string, any> {
|
||||
|
|
Loading…
Reference in a new issue