We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482281e commit 3b29cabCopy full SHA for 3b29cab
src/util/buffers/strings.ts
@@ -1,4 +1,4 @@
1
-import {bufferToUint8Array} from "./bufferToUint8Array";
+import {bufferToUint8Array} from './bufferToUint8Array';
2
3
export const ascii = (txt: TemplateStringsArray | string | [string]): Uint8Array => {
4
if (typeof txt === 'string') return ascii([txt]);
0 commit comments