UNPKG

@magic/core

Version:

@magic core. generate static pages and serverless lambdas. ~5kb client boilerplate.

30 lines (29 loc) 1.44 kB
export { addEmbeddedCss } from './addEmbeddedCss.mjs' export { addJsFiles } from './addJsFiles.mjs' export { addTrailingSlash } from './addTrailingSlash.mjs' export { CHECK_PROPS } from './CHECK_PROPS.mjs' export { checkLinks } from './checkLinks.mjs' export { createHash } from './createHash.mjs' export { findConfigFile } from './findConfigFile.mjs' export { findModuleStyles } from './findModuleStyles.mjs' export { getBabelConf } from './babel/index.mjs' export { getBlog } from './getBlog.mjs' export { getGitConfig } from './getGitConfig.mjs' export { getPages } from './getPages.mjs' export { getSwcConf } from './swc/index.mjs' export { handleDependencies } from './handleDependencies.mjs' export { handleLink } from './handleLink.mjs' export { handleStyleFunctions } from './handleStyleFunctions.mjs' export { httpGet } from './httpGet.mjs' export { isHashedUrl } from './isHashedUrl.mjs' export { isLocalPath } from './isLocalPath.mjs' export { isModuleName } from './isModuleName.mjs' export { isPageUrl } from './isPageUrl.mjs' export { isStaticUrl } from './isStaticUrl.mjs' export { replacePathSepForImport } from './replacePathSepForImport.mjs' export { replaceSlashSlash } from './replaceSlashSlash.mjs' export { saveImport } from './saveImport.mjs' export { stringifyObject } from './stringifyObject.mjs' export { uniqueMerge } from './uniqueMerge.mjs' export { writeFile } from './writeFile.mjs' export { xc } from './xc.mjs'