UNPKG

telefunc

Version:

Remote functions. Instead of API.

7 lines (6 loc) 193 B
export { isTelefuncFilePath }; import { assertPosixPath } from './path.js'; function isTelefuncFilePath(filePath) { assertPosixPath(filePath); return filePath.includes('.telefunc.'); }