mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 22:14:27 +08:00
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,
|
|
};
|