diff --git a/types/cborg.d.ts b/types/cborg.d.ts index 1f8711a..93b8775 100644 --- a/types/cborg.d.ts +++ b/types/cborg.d.ts @@ -16,8 +16,10 @@ export type DecodeOptions = import('./interface').DecodeOptions; export type EncodeOptions = import('./interface').EncodeOptions; import { decode } from './lib/decode.js'; import { decodeFirst } from './lib/decode.js'; +import { Tokeniser } from './lib/decode.js'; +import { tokensToObject } from './lib/decode.js'; import { encode } from './lib/encode.js'; import { Token } from './lib/token.js'; import { Type } from './lib/token.js'; -export { decode, decodeFirst, encode, Token, Type }; +export { decode, decodeFirst, Tokeniser as Tokenizer, tokensToObject, encode, Token, Type }; //# sourceMappingURL=cborg.d.ts.map \ No newline at end of file diff --git a/types/cborg.d.ts.map b/types/cborg.d.ts.map index a8c1dbf..1e13019 100644 --- a/types/cborg.d.ts.map +++ b/types/cborg.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"cborg.d.ts","sourceRoot":"","sources":["../cborg.js"],"names":[],"mappings":";;;yBAMa,OAAO,aAAa,EAAE,UAAU;;;;0BAEhC,OAAO,aAAa,EAAE,mBAAmB;;;;4BACzC,OAAO,aAAa,EAAE,aAAa;;;;4BACnC,OAAO,aAAa,EAAE,aAAa;uBATZ,iBAAiB;4BAAjB,iBAAiB;uBAD9B,iBAAiB;sBAEZ,gBAAgB;qBAAhB,gBAAgB"} \ No newline at end of file +{"version":3,"file":"cborg.d.ts","sourceRoot":"","sources":["../cborg.js"],"names":[],"mappings":";;;yBAMa,OAAO,aAAa,EAAE,UAAU;;;;0BAEhC,OAAO,aAAa,EAAE,mBAAmB;;;;4BACzC,OAAO,aAAa,EAAE,aAAa;;;;4BACnC,OAAO,aAAa,EAAE,aAAa;uBATe,iBAAiB;4BAAjB,iBAAiB;0BAAjB,iBAAiB;+BAAjB,iBAAiB;uBADzD,iBAAiB;sBAEZ,gBAAgB;qBAAhB,gBAAgB"} \ No newline at end of file