astro-ghostcms/.pnpm-store/v3/files/9b/7017672e347439a8544b61b0f50...

6 lines
137 B
Plaintext

'use strict';
module.exports = function isStringOrUndefined(item) {
return typeof item === 'string' || typeof item === 'undefined';
};