NpmPastesRaw PasteRaw PasteFetching a raw paste from our paste binCommonPropTypeDefaultkeystringnoneES6import { PasteClient } from '@cordxapp/pastes'; const paste = new PasteClient(); let res = await paste.raw(key) return console.log(res)Commonjsconst { PasteClient } = require('@cordxapp/pastes'); const paste = new PasteClient(); let res = await paste.raw(key) return console.log(res)Last updated on PreviousNew PasteNextIntroduction