13 lines
300 B
JavaScript
13 lines
300 B
JavaScript
|
import { booleanEquals, getAttr, isSet, isValidHostLabel, not, parseURL, stringEquals, substring, uriEncode, } from "../lib";
|
||
|
export const endpointFunctions = {
|
||
|
booleanEquals,
|
||
|
getAttr,
|
||
|
isSet,
|
||
|
isValidHostLabel,
|
||
|
not,
|
||
|
parseURL,
|
||
|
stringEquals,
|
||
|
substring,
|
||
|
uriEncode,
|
||
|
};
|