@n3okill/utils
Version:
Many javascript helpers
7 lines (6 loc) • 294 B
TypeScript
export * from "./configuration/getProperty";
export * from "./configuration/hasProperty";
export * from "./configuration/isPropertyDefined";
export * from "./configuration/isPropertyDefinedWithThrow";
export * from "./configuration/removeProperty";
export * from "./configuration/setProperty";