remove default exports
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { AbortSubstitutionException, PlaceholderException } from "./exceptions.js";
|
||||
import PlaceholderPattern from "./pattern.js";
|
||||
import { PlaceholderPattern } from "./pattern.js";
|
||||
import { EMPTY as emptyResolver } from "./resolver/index.js";
|
||||
import { VariableResolver } from "./resolver/types.js";
|
||||
import StringSection from "./string-section.js";
|
||||
import { StringSection } from "./string-section.js";
|
||||
import { UnknownVariableHandler } from "./unknown-variable-handler/types.js";
|
||||
import { isDefined, Nullable } from "./utils.js";
|
||||
|
||||
|
||||
export type PlaceholderOptions = {
|
||||
pattern?: PlaceholderPattern;
|
||||
escapeChar?: string;
|
||||
|
||||
Reference in New Issue
Block a user