Initial
This commit is contained in:
12
resources/app/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js
generated
vendored
Normal file
12
resources/app/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { booleanEquals, getAttr, isSet, isValidHostLabel, not, parseURL, stringEquals, substring, uriEncode, } from "../lib";
|
||||
export const endpointFunctions = {
|
||||
booleanEquals,
|
||||
getAttr,
|
||||
isSet,
|
||||
isValidHostLabel,
|
||||
not,
|
||||
parseURL,
|
||||
stringEquals,
|
||||
substring,
|
||||
uriEncode,
|
||||
};
|
||||
Reference in New Issue
Block a user