mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-08 14:57:04 +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,
|
|
};
|