UNPKG

@mdn/bob

Version:

Builder of Bits aka The MDN Web Docs interactive examples, example builder

6 lines (5 loc) 107 B
/** * @param {string} text * @returns {Uint8Array} */ export function watify(text: string): Uint8Array;