UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

7 lines (6 loc) 148 B
/** * Returns the byte size for a given input string */ export function stringByteSize(string) { return Buffer.byteLength(string, 'utf-8'); }